summaryrefslogtreecommitdiff
path: root/src/resources/soundeffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r--src/resources/soundeffect.h5
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.