1
mirror of https://github.com/mpv-player/mpv synced 2024-10-14 11:54:36 +02: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;
#endif
#ifdef HAVE_RTC
extern int nortc;
#endif
/* from libvo/aspect.c */
extern float monitor_aspect;
extern float monitor_pixel_aspect;