aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler')
-rw-r--r--src/qml/compiler/qv4compileddata_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h
index 649f83070f..60d0c50599 100644
--- a/src/qml/compiler/qv4compileddata_p.h
+++ b/src/qml/compiler/qv4compileddata_p.h
@@ -77,7 +77,6 @@ QT_BEGIN_NAMESPACE
#define QV4_DATA_STRUCTURE_VERSION 0x24 // Collect function parameter types
class QIODevice;
-class QQmlPropertyData;
class QQmlTypeNameCache;
class QQmlType;
class QQmlEngine;
@@ -1095,9 +1094,6 @@ struct TypeReferenceMap : QHash<int, TypeReference>
using DependentTypesHasher = std::function<QByteArray()>;
-// index is per-object binding index
-typedef QVector<QQmlPropertyData*> BindingPropertyData;
-
// This is how this hooks into the existing structures:
struct CompilationUnitBase