diff options
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 959a8e2e..2e56df9b 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -51,11 +51,6 @@ class SoundEffect : public Resource static SoundEffect *load(void* buffer, unsigned int bufferSize); /** - * Frees the resources created by SDL. - */ - virtual void unload(); - - /** * Plays the sample. * * @param loops Number of times to repeat the playback. |