summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.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/video_out.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/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 49f5e2af75..369aa32fc8 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -217,7 +217,6 @@ extern int vo_gamma_red_intensity;
extern int vo_gamma_green_intensity;
extern int vo_gamma_blue_intensity;
-extern int vo_mouse_timer_const;
extern int vo_nomouse_input;
extern int vo_pts;