From 80e3173aa101ffd1c94b53299b325a0654562824 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 18 Sep 2017 22:54:03 +0200 Subject: 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. --- options/options.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index ecb38e3995..895c12182b 100644 --- a/options/options.h +++ b/options/options.h @@ -181,8 +181,6 @@ typedef struct MPOpts { char *status_msg; char *osd_status_msg; char *osd_msg[3]; - char *heartbeat_cmd; - float heartbeat_interval; int player_idle_mode; int consolecontrols; int playlist_pos; -- cgit v1.2.3