diff --git a/containment.cpp b/containment.cpp index 66777e256..174e0f00f 100644 --- a/containment.cpp +++ b/containment.cpp @@ -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)