diff --git a/apps/launcher/maindialog.cpp b/apps/launcher/maindialog.cpp index 94e90bddba..afa80eafd2 100644 --- a/apps/launcher/maindialog.cpp +++ b/apps/launcher/maindialog.cpp @@ -50,7 +50,6 @@ MainDialog::MainDialog() connect(buttonBox, SIGNAL(rejected()), this, SLOT(close())); connect(buttonBox, SIGNAL(accepted()), this, SLOT(play())); - //setupConfig(); createIcons(); createPages(); }