aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sndres.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/sndres.h')
-rw-r--r--engines/saga/sndres.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/saga/sndres.h b/engines/saga/sndres.h
index 9b0eebc834..979c0288f6 100644
--- a/engines/saga/sndres.h
+++ b/engines/saga/sndres.h
@@ -52,8 +52,6 @@ public:
private:
bool load(ResourceContext *context, uint32 resourceId, SoundBuffer &buffer, bool onlyHeader);
- bool loadVocSound(byte *soundResource, size_t soundResourceLength, SoundBuffer &buffer);
- bool loadWavSound(byte *soundResource, size_t soundResourceLength, SoundBuffer &buffer);
ResourceContext *_sfxContext;
ResourceContext *_voiceContext;