summaryrefslogtreecommitdiffstats
path: root/examples/torus-qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/torus-qml')
-rw-r--r--examples/torus-qml/main.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/torus-qml/main.qml b/examples/torus-qml/main.qml
index 12c6e360d..60304880d 100644
--- a/examples/torus-qml/main.qml
+++ b/examples/torus-qml/main.qml
@@ -42,13 +42,6 @@
import Qt3D 2.0
import Qt3D.Render 2.0
-// For Qt.vector3d() and friends. For some reason this is provided by
-// QQuickValueTypeProvider in QtQuick rather than the default value
-// type provider in QtQml. So we will need to replicate this in Qt3D
-// for the types that we wish to support. Otherwise we'll have to import
-// QtQuick 2.1 all over the place.
-import QtQuick 2.1 as QQ2
-
Entity {
id: sceneRoot