diff options
author | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-25 21:36:02 +0000 |
---|---|---|
committer | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-25 21:36:02 +0000 |
commit | bee52bbd1045c9f74ee6f8ff57c53cfb433f0675 (patch) | |
tree | 024471b2bc8378a3500177ffb9e69612c7553838 /libvo/x11_common.h | |
parent | ef6264e56eb0fdbc2f6984a1dc1ef841821b6cd6 (diff) | |
download | mpv-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.h | 1 |
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 ); |