diff options
author | Chris Apers | 2006-02-25 20:50:10 +0000 |
---|---|---|
committer | Chris Apers | 2006-02-25 20:50:10 +0000 |
commit | b558663e849312c7f548c181c8fe2e5b57da39e4 (patch) | |
tree | 63965b084801168cfdf51b8d6f37286f297b9f50 /backends/PalmOS/Src/forms | |
parent | 302fdf484bd81659a79c421a44384fd0aeb4d52b (diff) | |
download | scummvm-rg350-b558663e849312c7f548c181c8fe2e5b57da39e4.tar.gz scummvm-rg350-b558663e849312c7f548c181c8fe2e5b57da39e4.tar.bz2 scummvm-rg350-b558663e849312c7f548c181c8fe2e5b57da39e4.zip |
Remove obsolete var, now we have only one checkbox for sound and music
svn-id: r20890
Diffstat (limited to 'backends/PalmOS/Src/forms')
-rw-r--r-- | backends/PalmOS/Src/forms/formmusic.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/forms/formmusic.cpp b/backends/PalmOS/Src/forms/formmusic.cpp index 4c21ad3a39..9b4b5355a7 100644 --- a/backends/PalmOS/Src/forms/formmusic.cpp +++ b/backends/PalmOS/Src/forms/formmusic.cpp @@ -65,7 +65,6 @@ static Boolean MusicTabSave() { gameInfoP->musicInfo.sound.music = CtlGetValue(cck1P); gameInfoP->musicInfo.sound.multiMidi = CtlGetValue(cck2P); - gameInfoP->musicInfo.sound.sfx = 1; gameInfoP->musicInfo.sound.drvMusic = LstGetSelection(list1P); gameInfoP->musicInfo.sound.rate = LstGetSelection(list2P); |