summaryrefslogtreecommitdiff
path: root/src/resources/music.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-06-23 23:33:34 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-06-23 23:33:34 +0000
commit4b0172d1f666a12cffbdd6bd331e95a92d8f652f (patch)
treedde7ab71fd5d02200be35e041b00e5649f9cd3a8 /src/resources/music.h
parent33587089cf7d87bbc2104e80746fdddc7a5498e1 (diff)
downloadMana-4b0172d1f666a12cffbdd6bd331e95a92d8f652f.tar.gz
Mana-4b0172d1f666a12cffbdd6bd331e95a92d8f652f.tar.bz2
Mana-4b0172d1f666a12cffbdd6bd331e95a92d8f652f.tar.xz
Mana-4b0172d1f666a12cffbdd6bd331e95a92d8f652f.zip
Finishing resource manager ability to clean up resources. Still work to do on
resources other than images.
Diffstat (limited to 'src/resources/music.h')
-rw-r--r--src/resources/music.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/music.h b/src/resources/music.h
index ab440e4b..68f285e4 100644
--- a/src/resources/music.h
+++ b/src/resources/music.h
@@ -51,11 +51,6 @@ class Music : public Resource
static Music *load(void* buffer, unsigned int bufferSize);
/**
- * Frees the resources created by SDL.
- */
- virtual void unload();
-
- /**
* Plays the music.
*
* @param loops Number of times to repeat the playback.