SVN_SILENT: TODO is done, remove it

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=690083
This commit is contained in:
Aaron J. Seigo 2007-07-20 02:01:56 +00:00
parent 40ae48275a
commit 9303303aa2

View File

@ -265,7 +265,6 @@ void Phase::render(QGraphicsItem* item, QImage& image, RenderOp op)
Phase::AnimId Phase::animateElement(QGraphicsItem *item, ElementAnimation animation)
{
//kDebug() << "startElementAnimation(AnimId " << animation << ")" << endl;
//TODO: allow the animator to define this?
ElementAnimationState *state = new ElementAnimationState;
state->item = item;
state->curve = d->animator->curve(animation);