[Scummvm-cvs-logs] scummvm master -> ffc2a93daa8d0dd4fed97427ae7f00e4194b26c4

lordhoto lordhoto at gmail.com
Fri May 20 19:32:46 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ffc2a93daa AUDIO: Remove leftover "forward" declaration after real declaration in the TOWNS midi code.


Commit: ffc2a93daa8d0dd4fed97427ae7f00e4194b26c4
    https://github.com/scummvm/scummvm/commit/ffc2a93daa8d0dd4fed97427ae7f00e4194b26c4
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-05-20T10:30:22-07:00

Commit Message:
AUDIO: Remove leftover "forward" declaration after real declaration in the TOWNS midi code.

Changed paths:
    audio/softsynth/fmtowns_pc98/towns_midi.cpp



diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.cpp b/audio/softsynth/fmtowns_pc98/towns_midi.cpp
index e67a78e..3c7ce7d 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:






More information about the Scummvm-git-logs mailing list