From 163a2d990831142f29a6225f444e82523431f520 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Fri, 4 Dec 2009 19:29:38 +0000 Subject: [PATCH] remove unimplemeneted methods svn path=/trunk/KDE/kdelibs/; revision=1058601 --- animations/animationgroup.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/animations/animationgroup.h b/animations/animationgroup.h index 29517fc33..ee934f22b 100644 --- a/animations/animationgroup.h +++ b/animations/animationgroup.h @@ -47,11 +47,6 @@ class PLASMA_EXPORT AnimationGroup : public QAbstractAnimation Q_PROPERTY(bool parallel READ isParallel WRITE setParallel) public: - - QAbstractAnimation::Direction direction() const; - - //void setDirection(QAbstractAnimation::Direction direction); - explicit AnimationGroup(QObject* parent = 0); virtual ~AnimationGroup();