summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-09-18 22:54:03 +0200
committerwm4 <wm4@nowhere>2017-09-18 22:54:03 +0200
commit80e3173aa101ffd1c94b53299b325a0654562824 (patch)
tree1db6d8d60963d8a34b9dfec51ee5999a7a93129b /player/core.h
parent6b013133e5f6dc859d5c915d7487353169e41027 (diff)
downloadmpv-80e3173aa101ffd1c94b53299b325a0654562824.tar.bz2
mpv-80e3173aa101ffd1c94b53299b325a0654562824.tar.xz
options: remove --heartbeat-cmd and --heartbeat--interval
This mechanism uses system() and shouldn't even exist. x11_common.c has its own solution for the original problem (disabling Linux DE screensavers without MPlayer/mpv having to link a dbus lib). If that is not sufficient, you can create a simple Lua script. Incidentally fixes #4888.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index 1b08fed55b..1c1924aee2 100644
--- a/player/core.h
+++ b/player/core.h
@@ -386,7 +386,6 @@ typedef struct MPContext {
struct frame_info *past_frames;
int num_past_frames;
- double next_heartbeat;
double last_idle_tick;
double next_cache_update;