removed some rally old leftovers
[simple-launcher] / 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) {
 }