aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-16 18:32:28 +0000
committerEugene Sandulenko2006-04-16 18:32:28 +0000
commit08b9cd7922c48df064c17d71cc306f330043b817 (patch)
tree85d9fcdec6075b0ea22aebcf5ba9b901bba97e68 /gui
parent9de4b02b5ced75709df3b86040472e5b96e08522 (diff)
downloadscummvm-rg350-08b9cd7922c48df064c17d71cc306f330043b817.tar.gz
scummvm-rg350-08b9cd7922c48df064c17d71cc306f330043b817.tar.bz2
scummvm-rg350-08b9cd7922c48df064c17d71cc306f330043b817.zip
Remove redundant code. soundfont is taken care in OptionsDialog::open() now.
svn-id: r21950
Diffstat (limited to 'gui')
-rw-r--r--gui/options.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index b2ab109142..97eb586b33 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -551,10 +551,6 @@ void GlobalOptionsDialog::close() {
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();
}