--deadCode;

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=785276
This commit is contained in:
Aaron J. Seigo 2008-03-13 17:15:14 +00:00
parent a2919ba41f
commit fcbc0fc0b7

View File

@ -349,15 +349,6 @@ void Corona::loadDefaultSetup()
panel->layout()->invalidate();
}
/*
* a little snip that adds another panel, this time to the left
*
panel = addContainment("panel");
panel->setScreen(topLeftScreen);
//TODO: but .. *where* on the left edge?
panel->setLocation(Plasma::LeftEdge);
*/
// in case something goes bad during runtime, let's at least save this to disk soonish
scheduleConfigSync();
}