aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJedrzej Nowacki <jedrzej.nowacki@nokia.com>2011-08-03 17:07:17 +0200
committerQt by Nokia <qt-info@nokia.com>2011-08-04 11:19:19 +0200
commit67238e2556808758657e7566264e5fa9fe378562 (patch)
tree000b267ccadf3e43db8fcbff36b2bb65aa34d6d4 /src
parentb1b50553cf73795e25337d5e5bb70530c90dd350 (diff)
Remove dead code.
Structure was not used. Change-Id: Ib3a67f8a1850c211bb0b0700c10153eb9ab6441a Reviewed-on: http://codereview.qt.nokia.com/2583 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarativeengine.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp
index e62f07c205..f7c81d399b 100644
--- a/src/declarative/qml/qdeclarativeengine.cpp
+++ b/src/declarative/qml/qdeclarativeengine.cpp
@@ -175,12 +175,6 @@ void qmlRegisterBaseTypes(const char *uri, int versionMajor, int versionMinor)
\endcode
*/
-struct StaticQtMetaObject : public QObject
-{
- static const QMetaObject *get()
- { return &static_cast<StaticQtMetaObject*> (0)->staticQtMetaObject; }
-};
-
static bool qt_QmlQtModule_registered = false;
bool QDeclarativeEnginePrivate::qml_debugging_enabled = false;