diff options
| author | Lars Knoll <lars.knoll@digia.com> | 2013-10-11 22:02:38 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-12 09:22:13 +0200 |
| commit | 6dc9647e537f2a354ab03d5276eb2a65e863702d (patch) | |
| tree | d45c34cf19a151f740526ddfcf8876a3d1606193 /src/qml/jsruntime/qv4script.cpp | |
| parent | 28f67263a181e2d99b2c240f9d698bf64100ac92 (diff) | |
Remove some unused flags from Managed
Change-Id: I94399489823d5b0d4d40f300e1999272dc2da5c9
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4script.cpp')
| -rw-r--r-- | src/qml/jsruntime/qv4script.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4script.cpp b/src/qml/jsruntime/qv4script.cpp index 4081be54e8..885ea8ea76 100644 --- a/src/qml/jsruntime/qv4script.cpp +++ b/src/qml/jsruntime/qv4script.cpp @@ -66,7 +66,6 @@ QmlBindingWrapper::QmlBindingWrapper(ExecutionContext *scope, Function *f, Objec vtbl = &static_vtbl; function = f; function->compilationUnit->ref(); - usesArgumentsObject = function->usesArgumentsObject(); needsActivation = function->needsActivation(); defineReadonlyProperty(scope->engine->id_length, Primitive::fromInt32(1)); @@ -80,7 +79,6 @@ QmlBindingWrapper::QmlBindingWrapper(ExecutionContext *scope, ObjectRef qml) { vtbl = &static_vtbl; function = 0; - usesArgumentsObject = false; needsActivation = false; defineReadonlyProperty(scope->engine->id_length, Primitive::fromInt32(1)); |
