aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlnotifier_p.h
diff options
context:
space:
mode:
authorChris Adams <christopher.adams@nokia.com>2012-05-18 13:23:09 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-18 11:30:32 +0200
commit5821f91abb348ac8d8ad84846b504c5629d2eed8 (patch)
tree46dbbfbb7fef2cc0fd75a6a42620a3d41627c1c9 /src/qml/qml/qqmlnotifier_p.h
parent2d2580838d580edbac22a2cf906a4d6da2d670ef (diff)
Remove dead code from QQmlNotifierEndpoint
The copyAndClear() function is unused and untested. Change-Id: I75cece92e4af691c03c6b7251be3182fa10cfe6c Reviewed-by: Michael Brasser <michael.brasser@nokia.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlnotifier_p.h')
-rw-r--r--src/qml/qml/qqmlnotifier_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlnotifier_p.h b/src/qml/qml/qqmlnotifier_p.h
index a81d73b622..e942861a89 100644
--- a/src/qml/qml/qqmlnotifier_p.h
+++ b/src/qml/qml/qqmlnotifier_p.h
@@ -84,8 +84,6 @@ public:
inline bool isNotifying() const;
inline void cancelNotify();
- void copyAndClear(QQmlNotifierEndpoint &other);
-
private:
friend class QQmlData;
friend class QQmlNotifier;