aboutsummaryrefslogtreecommitdiffstats
path: root/src/v4/qv4runtime.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-04-14 22:37:54 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-04-15 10:47:40 +0200
commit95a4d2cffe359b1eed98aa9f16cb1a183dfe9272 (patch)
tree73bbfdf56b5c1eced8c49eca0738fbf67d2fa5c5 /src/v4/qv4runtime.h
parent58c5fde3f67e2e3d790c2d07ab9b8c5edab61bbc (diff)
Get rid of qmljs_get_this_object
This is trivial to inline. Change-Id: Idccfc3c39d19e85768ec1be4b3b62b67abf00325 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/v4/qv4runtime.h')
-rw-r--r--src/v4/qv4runtime.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/v4/qv4runtime.h b/src/v4/qv4runtime.h
index 3207ab4b1b..d5eebfa555 100644
--- a/src/v4/qv4runtime.h
+++ b/src/v4/qv4runtime.h
@@ -179,9 +179,6 @@ void __qmljs_set_element(ExecutionContext *ctx, const Value &object, const Value
void __qmljs_foreach_iterator_object(ExecutionContext *ctx, Value *result, const Value &in);
void __qmljs_foreach_next_property_name(Value *result, const Value &foreach_iterator);
-// context
-void __qmljs_get_thisObject(ExecutionContext *ctx, Value *result);
-
// type conversion and testing
Value __qmljs_to_primitive(const Value &value, int typeHint);
Bool __qmljs_to_boolean(const Value &value);