[Scummvm-cvs-logs] SF.net SVN: scummvm:[34908] scummvm/trunk/backends/platform

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Nov 6 14:58:25 CET 2008


Revision: 34908
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34908&view=rev
Author:   fingolfin
Date:     2008-11-06 13:58:21 +0000 (Thu, 06 Nov 2008)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/backends/platform/gp2x/gp2x-common.h
    scummvm/trunk/backends/platform/sdl/sdl.h

Modified: scummvm/trunk/backends/platform/gp2x/gp2x-common.h
===================================================================
--- scummvm/trunk/backends/platform/gp2x/gp2x-common.h	2008-11-05 21:10:12 UTC (rev 34907)
+++ scummvm/trunk/backends/platform/gp2x/gp2x-common.h	2008-11-06 13:58:21 UTC (rev 34908)
@@ -40,11 +40,6 @@
 	class MixerImpl;
 }
 
-namespace Common {
-	class SaveFileManager;
-	class TimerManager;
-}
-
 //#define DISABLE_SCALERS
 
 enum {

Modified: scummvm/trunk/backends/platform/sdl/sdl.h
===================================================================
--- scummvm/trunk/backends/platform/sdl/sdl.h	2008-11-05 21:10:12 UTC (rev 34907)
+++ scummvm/trunk/backends/platform/sdl/sdl.h	2008-11-06 13:58:21 UTC (rev 34908)
@@ -41,11 +41,6 @@
 	class MixerImpl;
 }
 
-namespace Common {
-	class SaveFileManager;
-	class TimerManager;
-}
-
 #if !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
 // Uncomment this to enable the 'on screen display' code.
 #define USE_OSD	1


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