[Scummvm-cvs-logs] SF.net SVN: scummvm: [21950] scummvm/trunk/gui/options.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Apr 16 11:33:02 CEST 2006


Revision: 21950
Author:   sev
Date:     2006-04-16 11:32:28 -0700 (Sun, 16 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21950&view=rev

Log Message:
-----------
Remove redundant code. soundfont is taken care in OptionsDialog::open() now.

Modified Paths:
--------------
    scummvm/trunk/gui/options.cpp
Modified: scummvm/trunk/gui/options.cpp
===================================================================
--- scummvm/trunk/gui/options.cpp	2006-04-16 18:17:53 UTC (rev 21949)
+++ scummvm/trunk/gui/options.cpp	2006-04-16 18:32:28 UTC (rev 21950)
@@ -551,10 +551,6 @@
 		String extraPath = _extraPath->getLabel();
 		if (!extraPath.empty() && (extraPath != "None"))
 			ConfMan.set("extrapath", extraPath, _domain);
-
-		String soundFont = _soundFont->getLabel();
-		if (!soundFont.empty() && (soundFont != "None"))
-			ConfMan.set("soundfont", soundFont, _domain);
 	}
 	OptionsDialog::close();
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list