diff --git a/animations/rotationstacked.cpp b/animations/rotationstacked.cpp index 24a1f68c1..337ded917 100644 --- a/animations/rotationstacked.cpp +++ b/animations/rotationstacked.cpp @@ -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; }