aboutsummaryrefslogtreecommitdiff
path: root/gui/options.cpp
diff options
context:
space:
mode:
authorVicent Marti2009-02-06 23:28:08 +0000
committerVicent Marti2009-02-06 23:28:08 +0000
commit108d4cfbd065b81a34c117e982ae1c77a95d49ce (patch)
treef34ae675d12f401d356c072e73746931ee0391d6 /gui/options.cpp
parent30189f09d98cadd590955c5b68e6c6b2a5001f10 (diff)
downloadscummvm-rg350-108d4cfbd065b81a34c117e982ae1c77a95d49ce.tar.gz
scummvm-rg350-108d4cfbd065b81a34c117e982ae1c77a95d49ce.tar.bz2
scummvm-rg350-108d4cfbd065b81a34c117e982ae1c77a95d49ce.zip
Reverted previous commit.
svn-id: r36226
Diffstat (limited to 'gui/options.cpp')
-rw-r--r--gui/options.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 02325722ab..78010e351a 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -251,8 +251,6 @@ void OptionsDialog::open() {
_subMode = getSubtitleMode(ConfMan.getBool("subtitles", _domain), ConfMan.getBool("speech_mute", _domain));
_subToggleButton->setLabel(_subModeDesc[_subMode]);
- _subToggleButton->draw();
-
// Engines that reuse the subtitle speed widget set their own max value.
// Scale the config value accordingly (see addSubtitleControls)