aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/obscuren/qml/examples/imgprovider/imgprovider.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/obscuren/qml/examples/imgprovider/imgprovider.qml')
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/qml/examples/imgprovider/imgprovider.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Godeps/_workspace/src/github.com/obscuren/qml/examples/imgprovider/imgprovider.qml b/Godeps/_workspace/src/github.com/obscuren/qml/examples/imgprovider/imgprovider.qml
deleted file mode 100644
index 0c5c747f0..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/qml/examples/imgprovider/imgprovider.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 2.0
-
-Image {
- source: "image://pwd/ubuntu-gopher.png"
-}