diff --git a/components/dialogs/SystemDialog.qml b/components/dialogs/SystemDialog.qml index 06f405602..412566a49 100644 --- a/components/dialogs/SystemDialog.qml +++ b/components/dialogs/SystemDialog.qml @@ -126,15 +126,4 @@ Kirigami.AbstractApplicationWindow { Keys.onEscapePressed: root.reject() focus: true } - - Component { - id: mobileDialog - MobileSystemDialog { - } - } - Component { - id: desktopDialog - DesktopSystemDialog { - } - } }