aboutsummaryrefslogtreecommitdiff
path: root/sword1/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/music.h')
-rw-r--r--sword1/music.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword1/music.h b/sword1/music.h
index c30c7cfce7..c7a4fe2e30 100644
--- a/sword1/music.h
+++ b/sword1/music.h
@@ -45,7 +45,6 @@ private:
public:
SwordMusicHandle() : _looping(false), _fading(0) {}
virtual int readBuffer(int16 *buffer, const int numSamples);
- int16 read();
bool play(const char *filename, bool loop);
void stop();
void fadeUp();