remove unused method
svn path=/trunk/KDE/kdelibs/; revision=1059024
This commit is contained in:
parent
2746410f5c
commit
4be6442625
@ -75,11 +75,6 @@ RotationStackedAnimation::~RotationStackedAnimation()
|
||||
delete d;
|
||||
}
|
||||
|
||||
void RotationStackedAnimation::setWidgetToAnimate(QGraphicsWidget *widget)
|
||||
{
|
||||
Animation::setWidgetToAnimate(widget);
|
||||
}
|
||||
|
||||
void RotationStackedAnimation::setReference(const qint8 &reference)
|
||||
{
|
||||
d->reference = reference;
|
||||
|
@ -66,8 +66,6 @@ class RotationStackedAnimation : public Animation
|
||||
QGraphicsWidget *backWidget();
|
||||
void setBackWidget(QGraphicsWidget *backWidget);
|
||||
|
||||
void setWidgetToAnimate(QGraphicsWidget *widget);
|
||||
|
||||
protected:
|
||||
void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
|
||||
void updateCurrentTime(int currentTime);
|
||||
|
Loading…
Reference in New Issue
Block a user