author | unc0rr |
Sat, 17 Oct 2009 13:44:50 +0000 | |
changeset 2527 | a2c8b72069e8 |
parent 2526 | 009854c42f09 |
child 2528 | a1e0306b9cd1 |
--- a/QTfrontend/hwform.cpp Sat Oct 17 13:42:43 2009 +0000 +++ b/QTfrontend/hwform.cpp Sat Oct 17 13:44:50 2009 +0000 @@ -77,11 +77,7 @@ ui.setupUi(this); CustomizePalettes(); - -#ifdef _WIN32 - sdli.setHardwareSound(settings.value("audio/hardware", false).toBool()); -#endif - + ui.pageOptions->CBResolution->addItems(sdli.getResolutions()); config = new GameUIConfig(this, cfgdir->absolutePath() + "/hedgewars.ini");