summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-30 12:12:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-30 12:12:47 +0000
commit8792b72b1ef1166e9e9ed7ecda8c960607d4db7c (patch)
treee482d9a0732a98fe4d4f83b8f1f27b32ec72e1fd /libvo
parenteb6a820c45a4a3b2253230fdbcae9326940d5173 (diff)
downloadmpv-8792b72b1ef1166e9e9ed7ecda8c960607d4db7c.tar.bz2
mpv-8792b72b1ef1166e9e9ed7ecda8c960607d4db7c.tar.xz
Remove redundant extern declarations, fixes the warnings:
vo_vesa.c:55: warning: redundant redeclaration of #monitor_hfreq_str# video_out.h:252: warning: previous declaration of #monitor_hfreq_str# was here vo_vesa.c:56: warning: redundant redeclaration of #monitor_vfreq_str# video_out.h:253: warning: previous declaration of #monitor_vfreq_str# was here vo_vesa.c:57: warning: redundant redeclaration of #monitor_dotclock_str# video_out.h:254: warning: previous declaration of #monitor_dotclock_str# was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25551 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vesa.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 3168ac08f7..41050c946d 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -52,10 +52,6 @@
#include "libmpcodecs/vf_scale.h"
-extern char *monitor_hfreq_str;
-extern char *monitor_vfreq_str;
-extern char *monitor_dotclock_str;
-
#define MAX_BUFFERS 3
#ifndef max