summaryrefslogtreecommitdiffstats
path: root/TOOLS/lua/audio-hotplug-test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/lua/audio-hotplug-test.lua')
-rw-r--r--TOOLS/lua/audio-hotplug-test.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/TOOLS/lua/audio-hotplug-test.lua b/TOOLS/lua/audio-hotplug-test.lua
index f27b793151..8dedc68cbe 100644
--- a/TOOLS/lua/audio-hotplug-test.lua
+++ b/TOOLS/lua/audio-hotplug-test.lua
@@ -6,8 +6,3 @@ mp.observe_property("audio-device-list", "native", function(name, val)
print(" - '" .. e.name .. "' (" .. e.description .. ")")
end
end)
-
-mp.observe_property("audio-out-detected-device", "native", function(name, val)
- print("Detected audio device changed:")
- print(" - '" .. val)
-end)