aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-01-04 10:45:14 +0100
committerLars Knoll <lars.knoll@qt.io>2018-01-19 10:14:01 +0000
commit0ed7385dbe0be4eca685bae23c56da979232e348 (patch)
treefa9fad1a2294ac797d442bf9f279ab11d9d35180 /src/qml/jsruntime/qv4object_p.h
parente1b166dd304ed3bed2d5ecb1404f253eddbf2d06 (diff)
Remove unused method
Change-Id: If4748db470e053d0980700cedc33676359abb067 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4object_p.h')
-rw-r--r--src/qml/jsruntime/qv4object_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4object_p.h b/src/qml/jsruntime/qv4object_p.h
index 308583d46c..db57d1cf3f 100644
--- a/src/qml/jsruntime/qv4object_p.h
+++ b/src/qml/jsruntime/qv4object_p.h
@@ -298,8 +298,6 @@ struct Q_QML_EXPORT Object: Managed {
// Array handling
public:
- static void markObjects(Heap::Base *base, MarkStack *stack);
-
void copyArrayData(Object *other);
bool setArrayLength(uint newLen);