From 6dfeeb5fe97601032b31ece2da8fe1b1cbfb5337 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Wed, 21 Jul 2010 15:58:25 +0000 Subject: [PATCH] uncessary to call it here; restore takes care of this svn path=/trunk/KDE/kdelibs/; revision=1152622 --- containment.cpp | 7 ------- 1 file changed, 7 deletions(-) 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)