aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-03-29 11:30:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-29 21:20:28 +0100
commitabbb5c2bd9e1701c07d59d47e3f401a84537cc75 (patch)
tree308f23d6d5cb54e48b73c3cafdf9f857239fc248 /src/qml/qml/qqmlmetatype_p.h
parented9a71b85849a653a3cc710e59b885002fc6f506 (diff)
Remove dead code
Remove qquick anchor line comparison hooks, which were intended to be used inside the old v4 interpreter (but that was incomplete) and are now completely unused. Change-Id: I06b0dd684a292adb44efa52d27258242954285ee Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlmetatype_p.h')
-rw-r--r--src/qml/qml/qqmlmetatype_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/qml/qml/qqmlmetatype_p.h b/src/qml/qml/qqmlmetatype_p.h
index 44ea7e284a..715ff80c46 100644
--- a/src/qml/qml/qqmlmetatype_p.h
+++ b/src/qml/qml/qqmlmetatype_p.h
@@ -120,11 +120,6 @@ public:
static QList<QQmlPrivate::AutoParentFunction> parentFunctions();
- static int QQuickAnchorLineMetaTypeId();
- typedef bool (*CompareFunction)(const void *, const void *);
- static void setQQuickAnchorLineCompareFunction(CompareFunction);
- static bool QQuickAnchorLineCompare(const void *p1, const void *p2);
-
static const QQmlPrivate::CachedQmlUnit *findCachedCompilationUnit(const QUrl &uri);
static bool namespaceContainsRegistrations(const QString &);
@@ -135,9 +130,6 @@ public:
static QStringList typeRegistrationFailures();
static QReadWriteLock *typeRegistrationLock();
-
-private:
- static CompareFunction anchorLineCompareFunction;
};
struct QQmlMetaTypeData;