summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-02-19 03:16:35 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-02-19 03:18:37 (GMT)
commit4d035b669d9f790c385b261c7e78b547d4c4eedb (patch)
tree71ac4d40ecc9f5f4ebefdafe6d65efb3c64fc3db /src/declarative/util
parentaf47bfaee19cb2924b4fde69ec5c4c14601dfc96 (diff)
downloadQt-4d035b669d9f790c385b261c7e78b547d4c4eedb.zip
Qt-4d035b669d9f790c385b261c7e78b547d4c4eedb.tar.gz
Qt-4d035b669d9f790c385b261c7e78b547d4c4eedb.tar.bz2
Remove unused function that breaks build on AIX.
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qmltimeline_p_p.h8
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;