diff --git a/LGTV/remote.py b/LGTV/remote.py index 25db888..3f6a429 100644 --- a/LGTV/remote.py +++ b/LGTV/remote.py @@ -216,9 +216,6 @@ def notificationWithIcon(self, message, url, callback=None): def mute(self, muted, callback=None): self.__send_command("request", "ssap://audio/setMute", {"mute": muted}, callback) - def setSoundOutput(self, output, callback=None): - self.__send_command("request", "ssap://audio/setSoundOutput", {"output": output}, callback) - def audioStatus(self, callback=None): self.__send_command("request", "ssap://audio/getStatus", None, callback, "status")