diff options
-rw-r--r-- | engines/xeen/sound.cpp | 8 |
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"); } |