uncessary to call it here; restore takes care of this

svn path=/trunk/KDE/kdelibs/; revision=1152622
This commit is contained in:
Aaron J. Seigo 2010-07-21 15:58:25 +00:00
parent 3a2ffb1238
commit 6dfeeb5fe9

View File

@ -230,12 +230,6 @@ void Containment::init()
d->toolBox.data()->addTool(configureContainment);
}
}
//Set a default wallpaper the first time the containment is created,
//for instance from the toolbox by the user
if (d->drawWallpaper) {
setDrawWallpaper(true);
}
}
//containmentactionss, from config or defaults
@ -262,7 +256,6 @@ void Containment::init()
}
}
}
}
void ContainmentPrivate::addDefaultActions(KActionCollection *actions, Containment *c)