Delete unneeded files
[staging/HomeScreen.git] / sample-qml / dummyimports / amb / AutomotivePropertyItem.qml
diff --git a/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml b/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml
deleted file mode 100644 (file)
index 158ad57..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 2.0
-
-Item {
-   property string propertyName: ""
-   property real value: 1.0
-   function connect() {}
-}