From 88c50c941582bb909dd2feecba55364ea2c58953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Fri, 27 Sep 2019 14:34:54 +0800 Subject: Remove temporarily unused files We can revert this commit later when needed. --- ExistingLogin.qml | 8 -------- Username.qml | 4 ---- 2 files changed, 12 deletions(-) delete mode 100644 ExistingLogin.qml delete mode 100644 Username.qml diff --git a/ExistingLogin.qml b/ExistingLogin.qml deleted file mode 100644 index 8e78a09..0000000 --- a/ExistingLogin.qml +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick 2.12 -import KelakonUser 0.1 - -ExistingLoginForm { - width: stackView.width - height: stackView.height - backButton.onClicked: stackView.pop() -} diff --git a/Username.qml b/Username.qml deleted file mode 100644 index c523226..0000000 --- a/Username.qml +++ /dev/null @@ -1,4 +0,0 @@ -import QtQuick 2.4 - -UsernameForm { -} -- cgit v1.2.3