aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine_p.h
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/qqmlengine_p.h
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/qqmlengine_p.h')
-rw-r--r--src/qml/qml/qqmlengine_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlengine_p.h b/src/qml/qml/qqmlengine_p.h
index 091c08e624..39927c7aa0 100644
--- a/src/qml/qml/qqmlengine_p.h
+++ b/src/qml/qml/qqmlengine_p.h
@@ -144,9 +144,6 @@ public:
bool outputWarningsToStdErr;
- QQmlContextData *sharedContext;
- QObject *sharedScope;
-
// Registered cleanup handlers
QQmlCleanup *cleanup;