From b6af3db5680586c209bae53a7eb779ad0d38edc8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 9 Oct 2017 15:48:47 +0200 Subject: command: drop "audio-out-detected-device" property Coreaudio stopped setting it a few releases ago (66a958bb4fa). There is not much of a user- or API-visible change, so remove it without deprecation. --- TOOLS/lua/audio-hotplug-test.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'TOOLS') 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) -- cgit v1.2.3