From dfcd561ba9087c2a62cb7034c5e661d0b57ad660 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 29 Nov 2021 14:45:56 +0100 Subject: lua: remove mp.suspend, resume and resume_all These functions were deprecated in v0.21.0 and no-ops since v0.23.0. The matching client API functions were removed in the previous commit. --- player/lua/defaults.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'player/lua') diff --git a/player/lua/defaults.lua b/player/lua/defaults.lua index de28409c0e..0643c0b1d9 100644 --- a/player/lua/defaults.lua +++ b/player/lua/defaults.lua @@ -542,9 +542,6 @@ function mp.dispatch_events(allow_wait) end end end - -- Resume playloop - important especially if an error happened while - -- suspended, and the error was handled, but no resume was done. - mp.resume_all() if allow_wait ~= true then return end -- cgit v1.2.3