summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/qt3d/basicshapes-cpp/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/qt3d/basicshapes-cpp/main.cpp b/examples/qt3d/basicshapes-cpp/main.cpp
index fffb83a20..a347e9fb2 100644
--- a/examples/qt3d/basicshapes-cpp/main.cpp
+++ b/examples/qt3d/basicshapes-cpp/main.cpp
@@ -63,8 +63,6 @@
#include <QtWidgets/QCommandLinkButton>
#include <QtGui/QScreen>
-#include <Qt3DInput/QInputAspect>
-
#include <Qt3DExtras/qtorusmesh.h>
#include <Qt3DRender/qmesh.h>
#include <Qt3DRender/qtechnique.h>
@@ -103,9 +101,6 @@ int main(int argc, char **argv)
widget->setWindowTitle(QStringLiteral("Basic shapes"));
- Qt3DInput::QInputAspect *input = new Qt3DInput::QInputAspect;
- view->registerAspect(input);
-
// Root entity
Qt3DCore::QEntity *rootEntity = new Qt3DCore::QEntity();