aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlexpression.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-28 13:33:50 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-29 09:20:12 +0200
commita3a73c6cafbe28068afb60ebe41eb2b6cdfacd36 (patch)
tree6599ced8c3d992341148a585e5828efaa072e7d4 /src/qml/qml/qqmlexpression.cpp
parenteeb43b3aff1ae100bbe31f4892fe5a8cec8a3a86 (diff)
Remove some leftovers from the v8bindings
The shared context concept was only used there, so remove code that was referring to it. Change-Id: I5ae56049a83818c898ef1cc4e68a5333a9374656 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlexpression.cpp')
-rw-r--r--src/qml/qml/qqmlexpression.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlexpression.cpp b/src/qml/qml/qqmlexpression.cpp
index ab22fe6134..da66477a03 100644
--- a/src/qml/qml/qqmlexpression.cpp
+++ b/src/qml/qml/qqmlexpression.cpp
@@ -264,7 +264,6 @@ QV4::Value QQmlExpressionPrivate::v4value(bool *isUndefined)
{
if (!expressionFunctionValid) {
function = qmlBinding(context(), scopeObject(), expression, url, line, &qmlscope);
- setUseSharedContext(false);
expressionFunctionValid = true;
}