aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJamieson Christian2003-08-14 05:07:31 +0000
committerJamieson Christian2003-08-14 05:07:31 +0000
commit17be1ad7d5aaba3b8b3019e8970b9b9d6d4fdf11 (patch)
tree2642c50110844d7e5bebff4f81cc96a1e3997194 /sound
parent69d8fc567353c9599b2c43356def41618d7b1c84 (diff)
downloadscummvm-rg350-17be1ad7d5aaba3b8b3019e8970b9b9d6d4fdf11.tar.gz
scummvm-rg350-17be1ad7d5aaba3b8b3019e8970b9b9d6d4fdf11.tar.bz2
scummvm-rg350-17be1ad7d5aaba3b8b3019e8970b9b9d6d4fdf11.zip
Removed incorrect acknowledgements (copy/paste error)
svn-id: r9680
Diffstat (limited to 'sound')
-rw-r--r--sound/midiparser_smf.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/midiparser_smf.cpp b/sound/midiparser_smf.cpp
index 5521a5dbfa..b4365607a0 100644
--- a/sound/midiparser_smf.cpp
+++ b/sound/midiparser_smf.cpp
@@ -54,9 +54,6 @@ public:
//
// MidiParser_SMF implementation
//
-// Much of this code is adapted from the XMIDI
-// implementation from the exult project.
-//
//////////////////////////////////////////////////
static byte command_lengths[8] = { 3, 3, 3, 3, 2, 2, 3, 0 };