summaryrefslogtreecommitdiffstats
path: root/player/lua
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-11-29 14:45:56 +0100
committersfan5 <sfan5@live.de>2021-12-15 12:29:10 +0100
commitdfcd561ba9087c2a62cb7034c5e661d0b57ad660 (patch)
treeb3fc3ec33417e37200ef32cb617733c2f8714367 /player/lua
parent632059816adde518c67f6606e3cfdef5bec18b52 (diff)
downloadmpv-dfcd561ba9087c2a62cb7034c5e661d0b57ad660.tar.bz2
mpv-dfcd561ba9087c2a62cb7034c5e661d0b57ad660.tar.xz
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.
Diffstat (limited to 'player/lua')
-rw-r--r--player/lua/defaults.lua3
1 files changed, 0 insertions, 3 deletions
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