aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-10-11 22:02:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-12 09:22:13 +0200
commit6dc9647e537f2a354ab03d5276eb2a65e863702d (patch)
treed45c34cf19a151f740526ddfcf8876a3d1606193 /src/qml/types
parent28f67263a181e2d99b2c240f9d698bf64100ac92 (diff)
Remove some unused flags from Managed
Change-Id: I94399489823d5b0d4d40f300e1999272dc2da5c9 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/types')
-rw-r--r--src/qml/types/qqmldelegatemodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/types/qqmldelegatemodel.cpp b/src/qml/types/qqmldelegatemodel.cpp
index 8136b495e9..4719fbe382 100644
--- a/src/qml/types/qqmldelegatemodel.cpp
+++ b/src/qml/types/qqmldelegatemodel.cpp
@@ -72,7 +72,6 @@ struct DelegateModelGroupFunction: QV4::FunctionObject
, flag(flag)
{
vtbl = &static_vtbl;
- isBuiltinFunction = true;
}
static QV4::ReturnedValue construct(QV4::Managed *m, QV4::CallData *)