summaryrefslogtreecommitdiffstats
path: root/weather-qml/SmallCloud.qml
diff options
context:
space:
mode:
Diffstat (limited to 'weather-qml/SmallCloud.qml')
-rw-r--r--weather-qml/SmallCloud.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/weather-qml/SmallCloud.qml b/weather-qml/SmallCloud.qml
deleted file mode 100644
index 38db715..0000000
--- a/weather-qml/SmallCloud.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import Qt 4.6
-
-HungItem {
- id: root
- itemX: 10;
- itemY: 492;
-
- property string type: "cloud";
- itemImage: "images/" + root.type + "_3.png"
- lineImage: "images/" + root.type + "_3_line.png"
-}