1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00

Removed commented line

This commit is contained in:
Pieter van der Kloet 2011-09-06 03:54:37 +02:00
parent 889e7d6c2e
commit 3e6658428b

View File

@ -50,7 +50,6 @@ MainDialog::MainDialog()
connect(buttonBox, SIGNAL(rejected()), this, SLOT(close()));
connect(buttonBox, SIGNAL(accepted()), this, SLOT(play()));
//setupConfig();
createIcons();
createPages();
}