diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-02-19 03:16:35 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-02-19 03:18:37 (GMT) |
commit | 4d035b669d9f790c385b261c7e78b547d4c4eedb (patch) | |
tree | 71ac4d40ecc9f5f4ebefdafe6d65efb3c64fc3db | |
parent | af47bfaee19cb2924b4fde69ec5c4c14601dfc96 (diff) | |
download | Qt-4d035b669d9f790c385b261c7e78b547d4c4eedb.zip Qt-4d035b669d9f790c385b261c7e78b547d4c4eedb.tar.gz Qt-4d035b669d9f790c385b261c7e78b547d4c4eedb.tar.bz2 |
Remove unused function that breaks build on AIX.
-rw-r--r-- | src/declarative/util/qmltimeline_p_p.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/declarative/util/qmltimeline_p_p.h b/src/declarative/util/qmltimeline_p_p.h index f335e7d..f271a3f 100644 --- a/src/declarative/util/qmltimeline_p_p.h +++ b/src/declarative/util/qmltimeline_p_p.h @@ -154,14 +154,6 @@ public: QmlTimeLineEvent(const QmlTimeLineEvent &o); template<class T, void (T::*method)()> - QmlTimeLineEvent(QmlTimeLineObject *b, T *c) - { - d0 = &callFunc<T, method>; - d1 = (void *)c; - d2 = b; - } - - template<class T, void (T::*method)()> static QmlTimeLineEvent timeLineEvent(QmlTimeLineObject *b, T *c) { QmlTimeLineEvent rv; |