From fcbc0fc0b7ed3f6b29f399b5123c3dbd719eeaf7 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 13 Mar 2008 17:15:14 +0000 Subject: [PATCH] --deadCode; svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=785276 --- corona.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/corona.cpp b/corona.cpp index 563a7a78c..3e5d7033b 100644 --- a/corona.cpp +++ b/corona.cpp @@ -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(); }