QTfrontend/hwform.cpp
changeset 2527 a2c8b72069e8
parent 2511 446aac3c05a4
child 2532 43d700d8dad0
--- 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");