aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_runtime.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-11-11 21:23:59 +0100
committerErik Verbruggen <erik.verbruggen@digia.com>2012-11-12 09:15:23 +0100
commitb651c293b105bd4316d94d6321688406efbc0f20 (patch)
treed65c04a9447038cbba053a10750b1049f24ce796 /qmljs_runtime.h
parent29bc5f59a12710a8369ab0651418bf6f5e25f063 (diff)
These methods are actually used now.
Change-Id: Ic0d43902fec5d3b752678eadfbccb9f71e21d895 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'qmljs_runtime.h')
-rw-r--r--qmljs_runtime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmljs_runtime.h b/qmljs_runtime.h
index 5cea79f13e..85ec5ea4c1 100644
--- a/qmljs_runtime.h
+++ b/qmljs_runtime.h
@@ -337,7 +337,6 @@ Value __qmljs_uminus(Value value, Context *ctx);
Value __qmljs_compl(Value value, Context *ctx);
Value __qmljs_not(Value value, Context *ctx);
-/* ### these 4 methods are apparently unused right now */
Value __qmljs_delete_subscript(Context *ctx, Value base, Value index);
Value __qmljs_delete_member(Context *ctx, Value base, String *name);
Value __qmljs_delete_property(Context *ctx, String *name);