1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-01 12:42:04 +00:00

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
This commit is contained in:
uau 2006-09-08 22:04:45 +00:00
parent 35fb2c3deb
commit 5e122a04c1

View File

@ -93,10 +93,6 @@ extern int guiWinID;
extern int xinerama_screen; extern int xinerama_screen;
#endif #endif
#ifdef HAVE_RTC
extern int nortc;
#endif
/* from libvo/aspect.c */ /* from libvo/aspect.c */
extern float monitor_aspect; extern float monitor_aspect;
extern float monitor_pixel_aspect; extern float monitor_pixel_aspect;