summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-01 11:17:56 +0100
committerwm4 <wm4@nowhere>2013-03-01 11:17:56 +0100
commitfdc1560a0ed31f0c275c47ac8cb7521c0c636ddf (patch)
tree7b39076555227f4cd4d16396a08267c9b47f06da /core
parent9d8bb0fbf62f3113c2a522f711addea9b0fe9797 (diff)
downloadmpv-fdc1560a0ed31f0c275c47ac8cb7521c0c636ddf.tar.bz2
mpv-fdc1560a0ed31f0c275c47ac8cb7521c0c636ddf.tar.xz
core: move X11 specific code to x11_common.c
Nothing changes, because vo_check_events() is called at the same place anyway.
Diffstat (limited to 'core')
-rw-r--r--core/mplayer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/mplayer.c b/core/mplayer.c
index bd36056872..78de39cce7 100644
--- a/core/mplayer.c
+++ b/core/mplayer.c
@@ -3245,11 +3245,6 @@ static void run_playloop(struct MPContext *mpctx)
// ================================================================
vo_check_events(vo);
-#ifdef CONFIG_X11
- if (vo->x11) {
- xscreensaver_heartbeat(vo->x11);
- }
-#endif
if (heartbeat_cmd) {
static unsigned last_heartbeat;
unsigned now = GetTimerMS();