diff --git a/ovos_gui_plugin_shell_companion/res/ui/settings/display_settings.qml b/ovos_gui_plugin_shell_companion/res/ui/settings/display_settings.qml index 0ec0b64..83ea3e6 100644 --- a/ovos_gui_plugin_shell_companion/res/ui/settings/display_settings.qml +++ b/ovos_gui_plugin_shell_companion/res/ui/settings/display_settings.qml @@ -167,8 +167,6 @@ Item { else { Mycroft.MycroftController.sendRequest("ovos.wallpaper.manager.disable.auto.rotation", {}, {"session": {"session_id": "default"}}) } - // TODO: deprecate this event? - triggerGuiEvent("speaker.extension.display.set.wallpaper.rotation", {"wallpaper_rotation": autoWallpaperRotationSwitch.checked}) } } }