summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-02-12 06:24:11 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-02-15 00:25:59 (GMT)
commit21f9b43979f5a8193de8932448466aa42d7a4e5f (patch)
tree8436e042da2801ffc13ce6bc6fe1dbb323eda24d /src/declarative/qml
parent07536c0230692506d7207970eda8f255736fa653 (diff)
downloadQt-21f9b43979f5a8193de8932448466aa42d7a4e5f.zip
Qt-21f9b43979f5a8193de8932448466aa42d7a4e5f.tar.gz
Qt-21f9b43979f5a8193de8932448466aa42d7a4e5f.tar.bz2
Remove noop code
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlcomponent.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcomponent.cpp b/src/declarative/qml/qmlcomponent.cpp
index 9e06016..343bd4b 100644
--- a/src/declarative/qml/qmlcomponent.cpp
+++ b/src/declarative/qml/qmlcomponent.cpp
@@ -539,7 +539,6 @@ QObject *QmlComponent::create(QmlContext *context)
QObject *QmlComponentPrivate::create(QmlContext *context,
const QBitField &bindings)
{
- QObject *create(QmlContext *context, const QBitField &);
if (!context)
context = engine->rootContext();