svn path=/trunk/KDE/kdelibs/; revision=1051479
This commit is contained in:
Igor Trindade Oliveira 2009-11-19 15:08:17 +00:00
parent e8a80f6487
commit 59288a9be3

View File

@ -54,10 +54,6 @@ RotationStackedAnimation::RotationStackedAnimation(QObject *parent)
RotationStackedAnimation::~RotationStackedAnimation()
{
/* XXX: do we need to delete the layout if the 'parent' layout is
* deleted too ?
*/
delete d->sLayout;
delete d;
}