Cleanup post next merge
[AGL/meta-agl-demo.git] / recipes-graphics / web-runtime / web-runtime / web-runtime.qml
diff --git a/recipes-graphics/web-runtime/web-runtime/web-runtime.qml b/recipes-graphics/web-runtime/web-runtime/web-runtime.qml
deleted file mode 100644 (file)
index 3efe515..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-import QtQuick 2.1
-import QtQuick.Controls 1.1
-import QtWebEngine 1.1
-
-ApplicationWindow {
-       width: 1080
-       height: 1488
-       visible: true
-       flags: Qt.WindowFullScreen | Qt.FramelessWindowHint
-       WebEngineView {
-               url: Qt.application.arguments[1]
-               anchors.fill: parent
-       }
-}