From 3e6658428ba3b5b95ead908ced54c050abab2a0a Mon Sep 17 00:00:00 2001 From: Pieter van der Kloet Date: Tue, 6 Sep 2011 03:54:37 +0200 Subject: [PATCH] Removed commented line --- apps/launcher/maindialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/launcher/maindialog.cpp b/apps/launcher/maindialog.cpp index 94e90bddb..afa80eafd 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(); }