From 82117272854a11ecd2ed5db1c7715de7f15f96c0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 21 Nov 2015 16:22:50 -0500 Subject: XEEN: Remove duplicate methods --- engines/xeen/sound.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'engines') 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"); } -- cgit v1.2.3