aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth
diff options
context:
space:
mode:
authorJohannes Schickel2011-05-20 19:30:22 +0200
committerJohannes Schickel2011-05-20 19:30:22 +0200
commitffc2a93daa8d0dd4fed97427ae7f00e4194b26c4 (patch)
tree97212f19ffd3f86d24c1c675be192c3c58ae1dfb /audio/softsynth
parentf6b3b72eae246479d730bb8f61a4169a7da8b6d1 (diff)
downloadscummvm-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/softsynth')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_midi.cpp2
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: