diff options
author | Max Horn | 2009-11-14 13:04:17 +0000 |
---|---|---|
committer | Max Horn | 2009-11-14 13:04:17 +0000 |
commit | 05a735c4428c51e8a050c4c55d06dedf34aace66 (patch) | |
tree | 353ba00cdf877b5418c4a1a6d66184bdc188ef3c | |
parent | 5e136e559624ee1114adfe4b4c90f72d97bf49a7 (diff) | |
download | scummvm-rg350-05a735c4428c51e8a050c4c55d06dedf34aace66.tar.gz scummvm-rg350-05a735c4428c51e8a050c4c55d06dedf34aace66.tar.bz2 scummvm-rg350-05a735c4428c51e8a050c4c55d06dedf34aace66.zip |
SCI: Silence warnings (none of the code in seq/gm.cpp is used)
svn-id: r45897
-rw-r--r-- | engines/sci/sfx/seq/gm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/seq/gm.cpp b/engines/sci/sfx/seq/gm.cpp index ad1cf86431..5f74b60321 100644 --- a/engines/sci/sfx/seq/gm.cpp +++ b/engines/sci/sfx/seq/gm.cpp @@ -30,6 +30,7 @@ namespace Sci { +#if 0 static midi_writer_t *writer = NULL; static Common::Error midi_gm_open(int patch_len, byte *data, int patch2_len, byte *data2, void *device) { @@ -141,7 +142,6 @@ static Common::Error midi_gm_set_option(char *x, char *y) { return Common::kUnknownError; } -#if 0 sfx_sequencer_t sfx_sequencer_gm = { "General MIDI", "0.1", |