aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index ee7d63101..1950659ab 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -5665,8 +5665,6 @@ Sounds
player actions (e.g. door closing).
* `minetest.sound_stop(handle)`
* `handle` is a handle returned by `minetest.sound_play`
-* `minetest.sound_stop_all()`
- Stops all currently playing non-ephermeral sounds.
* `minetest.sound_fade(handle, step, gain)`
* `handle` is a handle returned by `minetest.sound_play`
* `step` determines how fast a sound will fade.