aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal.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/qqmlboundsignal.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/qqmlboundsignal.cpp')
-rw-r--r--src/qml/qml/qqmlboundsignal.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlboundsignal.cpp b/src/qml/qml/qqmlboundsignal.cpp
index 761636a1aa..9688f7193a 100644
--- a/src/qml/qml/qqmlboundsignal.cpp
+++ b/src/qml/qml/qqmlboundsignal.cpp
@@ -211,7 +211,6 @@ void QQmlBoundSignalExpression::evaluate(void **a)
return; // could not evaluate function. Not valid.
}
- setUseSharedContext(false);
m_expressionFunctionValid = true;
}