diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-01 01:12:38 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-01 01:12:38 (GMT) |
commit | 54d9a58cf15e72f24cbf74281996835458bd6e23 (patch) | |
tree | 86cd1456c5bbdac3427f6e521b1d624fc12bb967 /src/declarative/qml/qmlcomponent.cpp | |
parent | 1090d5d1fad890d9f43e87e19277e1f624921d6d (diff) | |
download | Qt-54d9a58cf15e72f24cbf74281996835458bd6e23.zip Qt-54d9a58cf15e72f24cbf74281996835458bd6e23.tar.gz Qt-54d9a58cf15e72f24cbf74281996835458bd6e23.tar.bz2 |
Remove some pointless perf metrics
Diffstat (limited to 'src/declarative/qml/qmlcomponent.cpp')
-rw-r--r-- | src/declarative/qml/qmlcomponent.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcomponent.cpp b/src/declarative/qml/qmlcomponent.cpp index 24b5dd2..78137e8 100644 --- a/src/declarative/qml/qmlcomponent.cpp +++ b/src/declarative/qml/qmlcomponent.cpp @@ -458,9 +458,6 @@ QObject *QmlComponent::beginCreate(QmlContext *context) return 0; } -#ifdef Q_ENABLE_PERFORMANCE_LOG - QFxPerfTimer<QFxPerf::CreateComponent> perf; -#endif if (!d->engine->d_func()->rootComponent) d->engine->d_func()->rootComponent = this; |