aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertydata_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-06-09 12:54:52 +0200
committerUlf Hermann <ulf.hermann@qt.io>2022-06-11 16:00:28 +0200
commitdc6a39ec4176a7f9a3f185009730edb71cfeac20 (patch)
tree120a1dc96311ea78c51a1648ad322379322e397d /src/qml/qml/qqmlpropertydata_p.h
parent0dc4fd240a2897c5c443a0ef6d84c416843e4938 (diff)
QtQml: Remove dead method declarations
Change-Id: I211eb1d2eee03ece762a030b18c2eec8e043baa0 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlpropertydata_p.h')
-rw-r--r--src/qml/qml/qqmlpropertydata_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlpropertydata_p.h b/src/qml/qml/qqmlpropertydata_p.h
index 83ae5ff9a8..166863bece 100644
--- a/src/qml/qml/qqmlpropertydata_p.h
+++ b/src/qml/qml/qqmlpropertydata_p.h
@@ -361,8 +361,6 @@ public:
private:
friend class QQmlPropertyCache;
- void lazyLoad(const QMetaProperty &);
- void lazyLoad(const QMetaMethod &);
Flags m_flags;
qint16 m_coreIndex = -1;