From f30c5d09f4478ca40ceabc90d57fea68965778df Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 22 Nov 2016 14:47:50 +0100 Subject: client API: turn mpv_suspend() and mpv_resume() into stubs As threatened by the API changes document. This commit also removes or stubs equivalent calls in IPC and Lua scripting. The stubs are left to maintain ABI compatibility. The semantics of the API functions have been close enough to doing nothing that this probably won't even break existing API users. Probably. --- player/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index b33d367cec..9a71ce33de 100644 --- a/player/core.h +++ b/player/core.h @@ -226,7 +226,6 @@ enum playback_status { typedef struct MPContext { bool initialized; bool autodetach; - int suspend_count; struct mpv_global *global; struct MPOpts *opts; struct mp_log *log; -- cgit v1.2.3