diff -r 009854c42f09 -r a2c8b72069e8 QTfrontend/hwform.cpp --- 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");