this is now completely unecessary

svn path=/trunk/KDE/kdelibs/; revision=1073814
This commit is contained in:
Aaron J. Seigo 2010-01-12 22:31:12 +00:00
parent 18640f63e3
commit 5755627da7
2 changed files with 0 additions and 14 deletions

View File

@ -83,11 +83,6 @@ QEasingCurve Animation::easingCurve() const
return d->easingCurve;
}
QEasingCurve& Animation::easingCurve()
{
return d->easingCurve;
}
void Animation::updateCurrentTime(int currentTime)
{
Q_UNUSED(currentTime)

View File

@ -138,15 +138,6 @@ protected:
*/
virtual void updateCurrentTime(int currentTime);
/**
* Internal use only, access the easing curve object (see
* \ref AnimationPrivate). Commonly used if a non-linear
* animation is desired while setting the delta in \ref updateCurrentTime.
*
* @return An internal easing curve (default is Type::Linear).
*/
QEasingCurve &easingCurve();
private:
/**