summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4context.h')
-rw-r--r--src/v4/qv4context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/v4/qv4context.h b/src/v4/qv4context.h
index a1da174c..ff375fea 100644
--- a/src/v4/qv4context.h
+++ b/src/v4/qv4context.h
@@ -110,8 +110,6 @@ struct ExecutionContext
void createMutableBinding(String *name, bool deletable);
bool setMutableBinding(ExecutionContext *scope, String *name, const Value &value);
- Value getBindingValue(ExecutionContext *scope, String *name, bool strict) const;
- bool deleteBinding(ExecutionContext *ctx, String *name);
void wireUpPrototype();