summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-08 22:04:45 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-08 22:04:45 +0000
commit5e122a04c1c5d451d14f546f745b85f244bcf70e (patch)
treee33c59adfc95840d720eccee1956d4ac65a82553 /cfg-mplayer.h
parent35fb2c3deb7ee5c8a4c85118da483b5d9ba6a653 (diff)
downloadmpv-5e122a04c1c5d451d14f546f745b85f244bcf70e.tar.bz2
mpv-5e122a04c1c5d451d14f546f745b85f244bcf70e.tar.xz
Remove useless extern declaration of nortc which is a static variable in
mplayer.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19759 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index ef9b899a27..bd6a2faedc 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -93,10 +93,6 @@ extern int guiWinID;
extern int xinerama_screen;
#endif
-#ifdef HAVE_RTC
-extern int nortc;
-#endif
-
/* from libvo/aspect.c */
extern float monitor_aspect;
extern float monitor_pixel_aspect;