From cdae8fef8948827350d3a1ffb917425fe4e93773 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 17 Jan 2022 00:21:51 +0100 Subject: [PATCH] [systemdialogs] Remove leftover and broken components These are presumably leftover from previous refactoring Since those types don't exist they break things CCBUG: 448423 --- components/dialogs/SystemDialog.qml | 11 ----------- 1 file changed, 11 deletions(-) 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 { - } - } }