diff options
Diffstat (limited to 'sound/softsynth/mt32.cpp')
-rw-r--r-- | sound/softsynth/mt32.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp index 360ef4539d..a52401bef1 100644 --- a/sound/softsynth/mt32.cpp +++ b/sound/softsynth/mt32.cpp @@ -96,9 +96,6 @@ public: size_t read(void *in, size_t size) { return _in.read(in, size); } - bool readLine(char *in, size_t size) { - return _in.readLine(in, size) != NULL; - } bool readBit8u(MT32Emu::Bit8u *in) { byte b = _in.readByte(); if (_in.eof()) |