aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2009-10-09 22:21:45 +0000
committerMax Horn2009-10-09 22:21:45 +0000
commitd0876b06ed71979ee8f1370e738b5d4d7ba89d75 (patch)
tree16c59343bf39790540bfcdc76b99e4aff043335e /sound
parent99111f0ffd9038e23b16114daed582d8b64a30a7 (diff)
downloadscummvm-rg350-d0876b06ed71979ee8f1370e738b5d4d7ba89d75.tar.gz
scummvm-rg350-d0876b06ed71979ee8f1370e738b5d4d7ba89d75.tar.bz2
scummvm-rg350-d0876b06ed71979ee8f1370e738b5d4d7ba89d75.zip
Remove some unused variables
svn-id: r44853
Diffstat (limited to 'sound')
-rw-r--r--sound/mods/tfmx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mods/tfmx.h b/sound/mods/tfmx.h
index 8b66ea83fe..bd310b65c9 100644
--- a/sound/mods/tfmx.h
+++ b/sound/mods/tfmx.h
@@ -265,7 +265,7 @@ private:
static inline void unlockMacroChannel(ChannelContext &channel);
static inline void initPattern(PatternContext &pattern, uint8 cmd, int8 expose, uint32 offset);
void stopSongImpl(bool stopAudio = true);
- static void inline setNoteMacro(ChannelContext &channel, uint note, int fineTune);
+ static inline void setNoteMacro(ChannelContext &channel, uint note, int fineTune);
void initFadeCommand(const uint8 fadeTempo, const int8 endVol);
void setModuleData(const MdatResource *resource, const int8 *sampleData, uint32 sampleLen, bool autoDelete = true);
static const MdatResource *loadMdatFile(Common::SeekableReadStream &musicData);