[Scummvm-cvs-logs] SF.net SVN: scummvm:[55197] scummvm/trunk

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Jan 10 23:20:52 CET 2011


Revision: 55197
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55197&view=rev
Author:   lordhoto
Date:     2011-01-10 22:20:51 +0000 (Mon, 10 Jan 2011)

Log Message:
-----------
SOUND: Get rid of unused forward declarations in mixer.h.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/audio.h
    scummvm/trunk/engines/tucker/tucker.h
    scummvm/trunk/sound/mixer.h

Modified: scummvm/trunk/engines/sci/sound/audio.h
===================================================================
--- scummvm/trunk/engines/sci/sound/audio.h	2011-01-10 14:59:25 UTC (rev 55196)
+++ scummvm/trunk/engines/sci/sound/audio.h	2011-01-10 22:20:51 UTC (rev 55197)
@@ -30,6 +30,10 @@
 #include "sci/engine/vm_types.h"
 #include "sound/mixer.h"
 
+namespace Audio {
+class RewindableAudioStream;
+} // End of namespace Audio
+
 namespace Sci {
 
 enum AudioCommands {

Modified: scummvm/trunk/engines/tucker/tucker.h
===================================================================
--- scummvm/trunk/engines/tucker/tucker.h	2011-01-10 14:59:25 UTC (rev 55196)
+++ scummvm/trunk/engines/tucker/tucker.h	2011-01-10 22:20:51 UTC (rev 55197)
@@ -41,6 +41,10 @@
 
 #include "tucker/console.h"
 
+namespace Audio {
+class RewindableAudioStream;
+} // End of namespace Audio
+
 /**
  * This is the namespace of the Tucker engine.
  *

Modified: scummvm/trunk/sound/mixer.h
===================================================================
--- scummvm/trunk/sound/mixer.h	2011-01-10 14:59:25 UTC (rev 55196)
+++ scummvm/trunk/sound/mixer.h	2011-01-10 22:20:51 UTC (rev 55197)
@@ -38,8 +38,6 @@
 namespace Audio {
 
 class AudioStream;
-class RewindableAudioStream;
-class SeekableAudioStream;
 class Channel;
 class Mixer;
 class MixerImpl;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list