[Scummvm-cvs-logs] SF.net SVN: scummvm:[35899] scummvm/trunk/gui/GuiManager.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Jan 18 15:48:24 CET 2009


Revision: 35899
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35899&view=rev
Author:   fingolfin
Date:     2009-01-18 14:48:24 +0000 (Sun, 18 Jan 2009)

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

Modified Paths:
--------------
    scummvm/trunk/gui/GuiManager.h

Modified: scummvm/trunk/gui/GuiManager.h
===================================================================
--- scummvm/trunk/gui/GuiManager.h	2009-01-18 14:48:00 UTC (rev 35898)
+++ scummvm/trunk/gui/GuiManager.h	2009-01-18 14:48:24 UTC (rev 35899)
@@ -22,8 +22,8 @@
  * $Id$
  */
 
-#ifndef NEWGUI_H
-#define NEWGUI_H
+#ifndef GUIMANAGER_H
+#define GUIMANAGER_H
 
 #include "common/scummsys.h"
 #include "common/singleton.h"
@@ -33,7 +33,6 @@
 #include "graphics/fontman.h"
 
 #include "gui/widget.h"
-
 #include "gui/ThemeEngine.h"
 
 class OSystem;
@@ -41,7 +40,6 @@
 namespace GUI {
 
 class Dialog;
-class Eval;
 class ThemeEval;
 
 #define g_gui	(GUI::GuiManager::instance())


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