From e618e6794ddcd528d157000c01e4f75dc6de3e2f Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 9 Aug 2011 21:02:32 +0200 Subject: JANITORIAL: Remove unnecessary empty default constructors/destructors. --- engines/saga/sndres.cpp | 3 --- engines/saga/sndres.h | 1 - 2 files changed, 4 deletions(-) (limited to 'engines/saga') diff --git a/engines/saga/sndres.cpp b/engines/saga/sndres.cpp index 5a97eb6019..71044034d7 100644 --- a/engines/saga/sndres.cpp +++ b/engines/saga/sndres.cpp @@ -104,9 +104,6 @@ SndRes::SndRes(SagaEngine *vm) : _vm(vm), _sfxContext(NULL), _voiceContext(NULL) } } -SndRes::~SndRes() { -} - void SndRes::setVoiceBank(int serial) { Common::File *file; if (_voiceSerial == serial) diff --git a/engines/saga/sndres.h b/engines/saga/sndres.h index 979c0288f6..bc38bed431 100644 --- a/engines/saga/sndres.h +++ b/engines/saga/sndres.h @@ -39,7 +39,6 @@ class SndRes { public: SndRes(SagaEngine *vm); - ~SndRes(); void playSound(uint32 resourceId, int volume, bool loop); void playVoice(uint32 resourceId); -- cgit v1.2.3