diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-12 06:24:11 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-15 00:25:59 (GMT) |
commit | 21f9b43979f5a8193de8932448466aa42d7a4e5f (patch) | |
tree | 8436e042da2801ffc13ce6bc6fe1dbb323eda24d /src/declarative/qml | |
parent | 07536c0230692506d7207970eda8f255736fa653 (diff) | |
download | Qt-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.cpp | 1 |
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(); |