aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextwrapper.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-06-07 10:47:07 +0200
committerLars Knoll <lars.knoll@digia.com>2013-06-07 18:33:14 +0200
commitf269de7bdc90eb1fd4ccd722936b53906da963ff (patch)
tree9677bf1b71fbd93fe00927a2ee9255c68f35cf27 /src/qml/qml/qqmlcontextwrapper.cpp
parent598e69f5ffb2edf00b632bf4f631ffe0b0d2b97a (diff)
Get rid of QV8QObjectWrapper
Change-Id: I3205a85cb9163d7b51cc58ba17f9056a2d50451c Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlcontextwrapper.cpp')
-rw-r--r--src/qml/qml/qqmlcontextwrapper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlcontextwrapper.cpp b/src/qml/qml/qqmlcontextwrapper.cpp
index a9ff7a2b3c..592472e3c1 100644
--- a/src/qml/qml/qqmlcontextwrapper.cpp
+++ b/src/qml/qml/qqmlcontextwrapper.cpp
@@ -286,8 +286,6 @@ void QmlContextWrapper::put(Managed *m, ExecutionContext *ctx, String *name, con
QHashedV4String propertystring(Value::fromString(name));
- QV8QObjectWrapper *qobjectWrapper = engine->qobjectWrapper();
-
while (context) {
// Search context properties
if (context->propertyNames && -1 != context->propertyNames->value(propertystring))