Various iMuse cleanup

svn-id: r7900
This commit is contained in:
Jamieson Christian 2003-05-24 19:20:52 +00:00
parent f8e9e55fba
commit 30affb5fbc
3 changed files with 4 additions and 12 deletions

View file

@ -28,10 +28,6 @@
#include "common/util.h"
#include "imuse_internal.h"
// Unremark this statement to activate some of
// the most common iMuse diagnostic messages.
// #define IMUSE_DEBUG
////////////////////////////////////////
@ -101,7 +97,6 @@ byte *IMuseInternal::findStartOfSound (int sound) {
if (ptr == NULL) {
debug (1, "IMuseInternal::findStartOfSound(): Sound %d doesn't exist!", sound);
return NULL;
}
ptr += 8;