aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/adlplayer.h
diff options
context:
space:
mode:
authorMatthew Hoops2015-04-21 00:44:25 -0400
committerMatthew Hoops2015-07-07 20:19:45 -0400
commit73e8ac2a9b51fc4d278c87677b815f1f6c308775 (patch)
tree69fd4abb51e9fd9a8ba97d3d4cbe9af06daef36d /engines/gob/sound/adlplayer.h
parent5b06eef1597ce701a4f6d16854be077b952d29f7 (diff)
downloadscummvm-rg350-73e8ac2a9b51fc4d278c87677b815f1f6c308775.tar.gz
scummvm-rg350-73e8ac2a9b51fc4d278c87677b815f1f6c308775.tar.bz2
scummvm-rg350-73e8ac2a9b51fc4d278c87677b815f1f6c308775.zip
GOB: Use the built-in OPL timer
Diffstat (limited to 'engines/gob/sound/adlplayer.h')
-rw-r--r--engines/gob/sound/adlplayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/gob/sound/adlplayer.h b/engines/gob/sound/adlplayer.h
index 3edd238343..bd43cc091c 100644
--- a/engines/gob/sound/adlplayer.h
+++ b/engines/gob/sound/adlplayer.h
@@ -76,8 +76,6 @@ private:
bool readHeader (Common::SeekableReadStream &adl, int &timbreCount);
bool readTimbres (Common::SeekableReadStream &adl, int timbreCount);
bool readSongData(Common::SeekableReadStream &adl);
-
- uint32 getSampleDelay(uint16 delay) const;
};
} // End of namespace Gob