aboutsummaryrefslogtreecommitdiff
path: root/qml/harbour-unitmaster.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/harbour-unitmaster.qml')
-rw-r--r--qml/harbour-unitmaster.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/qml/harbour-unitmaster.qml b/qml/harbour-unitmaster.qml
deleted file mode 100644
index 5d3cf21..0000000
--- a/qml/harbour-unitmaster.qml
+++ /dev/null
@@ -1,15 +0,0 @@
-import QtQuick 2.0
-import Sailfish.Silica 1.0
-import "pages"
-
-ApplicationWindow
-{
- initialPage: SelectQuantityPage { }
- cover: CoverBackground {
- CoverPlaceholder {
- text: "Unit Master"
- }
- }
-}
-
-