From 4d035b669d9f790c385b261c7e78b547d4c4eedb Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Fri, 19 Feb 2010 13:16:35 +1000 Subject: Remove unused function that breaks build on AIX. --- src/declarative/util/qmltimeline_p_p.h | 8 -------- 1 file changed, 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 - QmlTimeLineEvent(QmlTimeLineObject *b, T *c) - { - d0 = &callFunc; - d1 = (void *)c; - d2 = b; - } - - template static QmlTimeLineEvent timeLineEvent(QmlTimeLineObject *b, T *c) { QmlTimeLineEvent rv; -- cgit v0.12