aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/sound.cpp
diff options
context:
space:
mode:
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;