diff --git a/src/scripts/desktopchangeosd/contents/ui/osd.qml b/src/scripts/desktopchangeosd/contents/ui/osd.qml index af7ef70e9d..22fcc9b0e8 100644 --- a/src/scripts/desktopchangeosd/contents/ui/osd.qml +++ b/src/scripts/desktopchangeosd/contents/ui/osd.qml @@ -276,9 +276,6 @@ PlasmaCore.Dialog { function onCurrentDesktopChanged() { dialogItem.show() } - function onNumberDesktopsChanged() { - repeater.model = Workspace.desktops; - } } Connections { target: Options