summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/components/ApplicationWindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze/components/ApplicationWindow.qml')
-rw-r--r--examples/sensors/maze/components/ApplicationWindow.qml14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/sensors/maze/components/ApplicationWindow.qml b/examples/sensors/maze/components/ApplicationWindow.qml
deleted file mode 100644
index 3f87d724..00000000
--- a/examples/sensors/maze/components/ApplicationWindow.qml
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-//Import the declarative plugins
-import QtQuick
-
-Rectangle {
- id: appWnd
- x: 0
- y: 0
- width: 320
- height: 480
- color: "#ececec"
-}