Removing non longer necessary data members of AnimationPrivate.

svn path=/trunk/KDE/kdelibs/; revision=1060665
This commit is contained in:
Adenilson Cavalcanti Da Silva 2009-12-09 15:18:58 +00:00
parent e5e667c001
commit b8e57d0ca0

View File

@ -38,11 +38,6 @@ public:
*/
QWeakPointer<QGraphicsWidget> animObject;
/**
* All animations will have *at least* one animation property
*/
QWeakPointer<QAbstractAnimation> animation;
/**
* Animation direction: where the animation will move.
*/
@ -54,12 +49,6 @@ public:
*/
qreal animDistance;
/**
* Animation visibility: whether to end the animation being visible
* or not.
*/
bool animVisible;
/**
* Animation easing curve type
*/