summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-21 01:20:31 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-21 01:20:31 +0000
commitcbf7b3b2918f6836c142979069f45b4905157b8d (patch)
tree47ef6eb239bc76ec10a13e8bb74e1625d82bf60d /libvo/x11_common.c
parent324cec45f099cc727acc6efa643171c45d062e4b (diff)
downloadmpv-cbf7b3b2918f6836c142979069f45b4905157b8d.tar.bz2
mpv-cbf7b3b2918f6836c142979069f45b4905157b8d.tar.xz
remove extern for variables that are already in headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16281 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index d40ead6b2a..6df71ac67d 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -80,7 +80,6 @@ int mScreen;
int mLocalDisplay;
/* output window id */
-extern int WinID;
int vo_mouse_autohide = 0;
int vo_wm_type = 0;
int vo_fs_type = 0; // needs to be accessible for GUI X11 code
@@ -866,10 +865,6 @@ typedef struct
long state;
} MotifWmHints;
-extern int vo_depthonscreen;
-extern int vo_screenwidth;
-extern int vo_screenheight;
-
static MotifWmHints vo_MotifWmHints;
static Atom vo_MotifHints = None;