aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
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();
}