aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4engine_p.h')
-rw-r--r--src/qml/jsruntime/qv4engine_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/jsruntime/qv4engine_p.h b/src/qml/jsruntime/qv4engine_p.h
index 10e0681929..0b6756466c 100644
--- a/src/qml/jsruntime/qv4engine_p.h
+++ b/src/qml/jsruntime/qv4engine_p.h
@@ -236,9 +236,6 @@ struct Q_QML_EXPORT ExecutionEngine
void enableDebugger();
- WithContext *newWithContext(Object *with);
- CatchContext *newCatchContext(String* exceptionVarName, const QV4::Value &exceptionValue);
- CallContext *newQmlContext(FunctionObject *f, Object *qml);
ExecutionContext *pushGlobalContext();
void pushContext(SimpleCallContext *context);
ExecutionContext *popContext();