aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/sound.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-11-21 16:22:50 -0500
committerPaul Gilbert2015-11-21 16:22:50 -0500
commit82117272854a11ecd2ed5db1c7715de7f15f96c0 (patch)
treee8e87917c9e74e9b35a286b5162f75406447ef71 /engines/xeen/sound.cpp
parent0ade2da5f1647ae1942a2a3e7aa26f219e5b7a2d (diff)
downloadscummvm-rg350-82117272854a11ecd2ed5db1c7715de7f15f96c0.tar.gz
scummvm-rg350-82117272854a11ecd2ed5db1c7715de7f15f96c0.tar.bz2
scummvm-rg350-82117272854a11ecd2ed5db1c7715de7f15f96c0.zip
XEEN: Remove duplicate methods
Diffstat (limited to 'engines/xeen/sound.cpp')
-rw-r--r--engines/xeen/sound.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/xeen/sound.cpp b/engines/xeen/sound.cpp
index a71584c769..e0b12215ce 100644
--- a/engines/xeen/sound.cpp
+++ b/engines/xeen/sound.cpp
@@ -24,14 +24,6 @@
namespace Xeen {
-VOC::~VOC() {
- stop();
-}
-
-void VOC::play() {
- warning("TODO: VOC::play");
-}
-
void VOC::stop() {
warning("TODO: VOC::stop");
}