pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2993 - in branches/pingus_sdl/src: . components display


From: jsalmon3
Subject: [Pingus-CVS] r2993 - in branches/pingus_sdl/src: . components display
Date: Fri, 17 Aug 2007 18:54:10 +0200

Author: jsalmon3
Date: 2007-08-17 18:53:51 +0200 (Fri, 17 Aug 2007)
New Revision: 2993

Modified:
   branches/pingus_sdl/src/components/action_button.hpp
   branches/pingus_sdl/src/components/button_panel.hpp
   branches/pingus_sdl/src/display/drawing_context.hpp
   branches/pingus_sdl/src/pingus_sub_menu.hpp
   branches/pingus_sdl/src/screenshot.hpp
Log:
Removed some old clanlib code

Modified: branches/pingus_sdl/src/components/action_button.hpp
===================================================================
--- branches/pingus_sdl/src/components/action_button.hpp        2007-08-17 
16:49:14 UTC (rev 2992)
+++ branches/pingus_sdl/src/components/action_button.hpp        2007-08-17 
16:53:51 UTC (rev 2993)
@@ -26,9 +26,7 @@
 #include "../state_sprite.hpp"
 #include "../gui/component.hpp"
 
-class CL_Font;
 
-
 class TrueServer;
 class ActionHolder;
 class Vector;

Modified: branches/pingus_sdl/src/components/button_panel.hpp
===================================================================
--- branches/pingus_sdl/src/components/button_panel.hpp 2007-08-17 16:49:14 UTC 
(rev 2992)
+++ branches/pingus_sdl/src/components/button_panel.hpp 2007-08-17 16:53:51 UTC 
(rev 2993)
@@ -24,9 +24,7 @@
 
 #include "action_button.hpp"
 
-class CL_InputEvent;
 
-
 class Client;
 
 class ButtonPanel : public GUI::Component

Modified: branches/pingus_sdl/src/display/drawing_context.hpp
===================================================================
--- branches/pingus_sdl/src/display/drawing_context.hpp 2007-08-17 16:49:14 UTC 
(rev 2992)
+++ branches/pingus_sdl/src/display/drawing_context.hpp 2007-08-17 16:53:51 UTC 
(rev 2993)
@@ -31,7 +31,6 @@
 
 class Font;
 class Sprite;
-class CL_Surface;
 
 /** The DrawingContext collects all DrawingRequests and allows you to
     flush them all down to the graphics card in one run, this has the

Modified: branches/pingus_sdl/src/pingus_sub_menu.hpp
===================================================================
--- branches/pingus_sdl/src/pingus_sub_menu.hpp 2007-08-17 16:49:14 UTC (rev 
2992)
+++ branches/pingus_sdl/src/pingus_sub_menu.hpp 2007-08-17 16:53:51 UTC (rev 
2993)
@@ -22,10 +22,7 @@
 
 #include "gui/gui_screen.hpp"
 
-class CL_Key;
-class CL_InputDevice;
 
-
 class PingusMenuManager;
 
 class PingusSubMenu : public GUIScreen

Modified: branches/pingus_sdl/src/screenshot.hpp
===================================================================
--- branches/pingus_sdl/src/screenshot.hpp      2007-08-17 16:49:14 UTC (rev 
2992)
+++ branches/pingus_sdl/src/screenshot.hpp      2007-08-17 16:53:51 UTC (rev 
2993)
@@ -24,9 +24,7 @@
 #include "pingus.hpp"
 #include <string>
 
-class CL_Target;
 
-
 /** Simple class to get a screenshot and save it as pnm */
 class Screenshot
 {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]