removed some rally old leftovers
authormishas <mikhail.sobolev@gmail.com>
Sat, 19 Jan 2008 10:40:27 +0000 (10:40 +0000)
committermishas <mikhail.sobolev@gmail.com>
Sat, 19 Jan 2008 10:40:27 +0000 (10:40 +0000)
git-svn-id: file:///svnroot/simple-launcher/branches/new-items@267 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index 9d81d58..f9d2c10 100644 (file)
@@ -35,7 +35,6 @@ char *SimpleLauncherApplet::ourDirs[] = {
   NULL
 };
 
-// SimpleLauncherApplet::SimpleLauncherApplet() : myMainSettings(myClient.getKey(SL_APPLET_GCONF_PATH)), myContext(NULL), myWidget(NULL), myParent(NULL) {
 SimpleLauncherApplet::SimpleLauncherApplet(const std::string& base) : myContext(NULL), myWidget(NULL), myParent(NULL), myValidItems(0), myTransparent(GConfKey(base), "transparent", false), myIconSize(GConfKey(base), "icon_size", 48) {
 }