aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/sound.cpp
diff options
context:
space:
mode:
authorMax Horn2011-12-12 13:26:22 +0100
committerMax Horn2011-12-12 13:26:22 +0100
commitb699d5e81e899003561f9d3f6dd7098297d19162 (patch)
tree340eb1803c7e836ea054b3e2c8fccbe0e0482d57 /engines/dreamweb/sound.cpp
parentaf85b85a8448dde352aa54aa61192e76c4d8be1b (diff)
downloadscummvm-rg350-b699d5e81e899003561f9d3f6dd7098297d19162.tar.gz
scummvm-rg350-b699d5e81e899003561f9d3f6dd7098297d19162.tar.bz2
scummvm-rg350-b699d5e81e899003561f9d3f6dd7098297d19162.zip
DREAMWEB: Remove now unused DreamGenContext::playChannel0() wrapper
Diffstat (limited to 'engines/dreamweb/sound.cpp')
-rw-r--r--engines/dreamweb/sound.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/dreamweb/sound.cpp b/engines/dreamweb/sound.cpp
index 0fef99ef43..d09358eaf8 100644
--- a/engines/dreamweb/sound.cpp
+++ b/engines/dreamweb/sound.cpp
@@ -79,10 +79,6 @@ void DreamBase::playChannel0(uint8 index, uint8 repeat) {
}
}
-void DreamGenContext::playChannel0() {
- playChannel0(al, ah);
-}
-
void DreamBase::playChannel1(uint8 index) {
if (data.byte(kCh1playing) == 7)
return;