summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinclude.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-05-20 05:58:39 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-05-20 05:58:39 (GMT)
commit08a0ee7946d7c6575a32919cb147cdc34af7e3bc (patch)
tree34e4348466423163609cdc6a4bef4053ff22570e /src/declarative/qml/qdeclarativeinclude.cpp
parent33f59e150e871a1a090f478bfdfa22dc175a9d6e (diff)
downloadQt-08a0ee7946d7c6575a32919cb147cdc34af7e3bc.zip
Qt-08a0ee7946d7c6575a32919cb147cdc34af7e3bc.tar.gz
Qt-08a0ee7946d7c6575a32919cb147cdc34af7e3bc.tar.bz2
Remove warnings.
Task-number: QTBUG-10816
Diffstat (limited to 'src/declarative/qml/qdeclarativeinclude.cpp')
-rw-r--r--src/declarative/qml/qdeclarativeinclude.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativeinclude.cpp b/src/declarative/qml/qdeclarativeinclude.cpp
index e37b68b..4cde54b 100644
--- a/src/declarative/qml/qdeclarativeinclude.cpp
+++ b/src/declarative/qml/qdeclarativeinclude.cpp
@@ -259,8 +259,6 @@ QScriptValue QDeclarativeInclude::worker_include(QScriptContext *ctxt, QScriptEn
if (ctxt->argumentCount() == 0)
return engine->undefinedValue();
- QDeclarativeEnginePrivate *ep = QDeclarativeEnginePrivate::get(engine);
-
QString urlString = ctxt->argument(0).toString();
QUrl url(ctxt->argument(0).toString());
if (url.isRelative()) {