diff options
author | Johannes Schickel | 2011-05-20 19:30:22 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-05-20 19:30:22 +0200 |
commit | ffc2a93daa8d0dd4fed97427ae7f00e4194b26c4 (patch) | |
tree | 97212f19ffd3f86d24c1c675be192c3c58ae1dfb /audio | |
parent | f6b3b72eae246479d730bb8f61a4169a7da8b6d1 (diff) | |
download | scummvm-rg350-ffc2a93daa8d0dd4fed97427ae7f00e4194b26c4.tar.gz scummvm-rg350-ffc2a93daa8d0dd4fed97427ae7f00e4194b26c4.tar.bz2 scummvm-rg350-ffc2a93daa8d0dd4fed97427ae7f00e4194b26c4.zip |
AUDIO: Remove leftover "forward" declaration after real declaration in the TOWNS midi code.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/softsynth/fmtowns_pc98/towns_midi.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.cpp b/audio/softsynth/fmtowns_pc98/towns_midi.cpp index e67a78e9dc..3c7ce7d0e4 100644 --- a/audio/softsynth/fmtowns_pc98/towns_midi.cpp +++ b/audio/softsynth/fmtowns_pc98/towns_midi.cpp @@ -25,8 +25,6 @@ #include "common/textconsole.h" #include "common/system.h" -enum EnvelopeState; - class TownsMidiOutputChannel { friend class TownsMidiInputChannel; public: |