summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 21:36:02 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 21:36:02 +0000
commitbee52bbd1045c9f74ee6f8ff57c53cfb433f0675 (patch)
tree024471b2bc8378a3500177ffb9e69612c7553838 /libvo/x11_common.h
parentef6264e56eb0fdbc2f6984a1dc1ef841821b6cd6 (diff)
downloadmpv-bee52bbd1045c9f74ee6f8ff57c53cfb433f0675.tar.bz2
mpv-bee52bbd1045c9f74ee6f8ff57c53cfb433f0675.tar.xz
Remove updating of vo_mouse_timer_const from the main loop and also
remove the variable itself. Convert code in x11_common.c and OSD timing that depended on the variable to use real time instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18288 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index a8e0310045..2e9e575486 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -33,7 +33,6 @@ extern Window mRootWin;
extern int mScreen;
extern int mLocalDisplay;
-extern int vo_mouse_timer_const;
extern int vo_mouse_autohide;
extern int vo_init( void );