summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
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();