aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/sound.cpp
diff options
context:
space:
mode:
authorlukaslw2014-10-07 16:17:19 +0200
committerlukaslw2014-10-07 16:17:19 +0200
commitdcb85739fffbfcb9b1da72ecbfcb048875f93d62 (patch)
tree5e8b185ae5dea26a628f3446df87da89b4e9c03d /engines/prince/sound.cpp
parente894a18b08a524faa9392ee193fe96f4f2b3c3dd (diff)
downloadscummvm-rg350-dcb85739fffbfcb9b1da72ecbfcb048875f93d62.tar.gz
scummvm-rg350-dcb85739fffbfcb9b1da72ecbfcb048875f93d62.tar.bz2
scummvm-rg350-dcb85739fffbfcb9b1da72ecbfcb048875f93d62.zip
PRINCE: MusicPlayer - remove unnecessary comments
Diffstat (limited to 'engines/prince/sound.cpp')
-rw-r--r--engines/prince/sound.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/prince/sound.cpp b/engines/prince/sound.cpp
index 0f536973b6..e58e89d8f9 100644
--- a/engines/prince/sound.cpp
+++ b/engines/prince/sound.cpp
@@ -20,11 +20,6 @@
*
*/
-/*
- * This code is based on original Soltys source code
- * Copyright (c) 1994-1995 Janus B. Wisniewski and L.K. Avalon
- */
-
#include "prince/prince.h"
#include "prince/sound.h"
#include "prince/musNum.h"
@@ -136,10 +131,6 @@ MusicPlayer::MusicPlayer(PrinceEngine *vm) : _vm(vm) {
else
_driver->sendGMReset();
- // TODO: Load cmf.ins with the instrument table. It seems that an
- // interface for such an operation is supported for AdLib. Maybe for
- // this card, setting instruments is necessary.
-
_driver->setTimerCallback(this, &timerCallback);
}
}