summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
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 /DOCS/man/lua.rst
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 'DOCS/man/lua.rst')
-rw-r--r--DOCS/man/lua.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index 29fc67b9c8..cdbe7498c2 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -527,18 +527,6 @@ Advanced mp functions
These also live in the ``mp`` module, but are documented separately as they
are useful only in special situations.
-``mp.suspend()``
- This function has been deprecated in mpv 0.21.0 and does nothing starting
- with mpv 0.23.0 (no replacement).
-
-``mp.resume()``
- This function has been deprecated in mpv 0.21.0 and does nothing starting
- with mpv 0.23.0 (no replacement).
-
-``mp.resume_all()``
- This function has been deprecated in mpv 0.21.0 and does nothing starting
- with mpv 0.23.0 (no replacement).
-
``mp.get_wakeup_pipe()``
Calls ``mpv_get_wakeup_pipe()`` and returns the read end of the wakeup
pipe. This is deprecated, but still works. (See ``client.h`` for details.)