pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r2527 - trunk/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r2527 - trunk/src
Date: Thu, 1 Dec 2005 22:58:02 +0100

Author: grumbel
Date: 2005-12-01 22:58:02 +0100 (Thu, 01 Dec 2005)
New Revision: 2527

Removed:
   trunk/src/action_data.hxx
Modified:
   trunk/src/SConscript
   trunk/src/pingus_main.cxx
Log:
- some more useless code removed

Modified: trunk/src/SConscript
===================================================================
--- trunk/src/SConscript        2005-12-01 21:28:17 UTC (rev 2526)
+++ trunk/src/SConscript        2005-12-01 21:58:02 UTC (rev 2527)
@@ -77,7 +77,6 @@
 'actions/waiter.cxx', 
 'actions/walker.cxx', 
 'blitter.cxx', 
-'blitter_test.cxx', 
 'capture_rectangle.cxx', 
 'cheat.cxx', 
 'client.cxx', 

Deleted: trunk/src/action_data.hxx
===================================================================
--- trunk/src/action_data.hxx   2005-12-01 21:28:17 UTC (rev 2526)
+++ trunk/src/action_data.hxx   2005-12-01 21:58:02 UTC (rev 2527)
@@ -1,43 +0,0 @@
-//  $Id: action_data.hxx,v 1.8 2003/10/18 23:17:27 grumbel Exp $
-//
-//  Pingus - A free Lemmings clone
-//  Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-//
-//  This program is free software; you can redistribute it and/or
-//  modify it under the terms of the GNU General Public License
-//  as published by the Free Software Foundation; either version 2
-//  of the License, or (at your option) any later version.
-//
-//  This program is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-//  GNU General Public License for more details.
-//
-//  You should have received a copy of the GNU General Public License
-//  along with this program; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-#ifndef HEADER_PINGUS_ACTION_DATA_HXX
-#define HEADER_PINGUS_ACTION_DATA_HXX
-
-#include <vector>
-#include "pingu_enums.hxx"
-
-namespace Pingus {
-
-class ActionData
-{
-public:
-  ActionData() {}
-  ActionData(Actions::ActionName name_, int i) : name(name_), number_of(i)
-  {}
-
-  Actions::ActionName   name;
-  int number_of;
-};
-
-} // namespace Pingus
-
-#endif
-
-/* EOF */

Modified: trunk/src/pingus_main.cxx
===================================================================
--- trunk/src/pingus_main.cxx   2005-12-01 21:28:17 UTC (rev 2526)
+++ trunk/src/pingus_main.cxx   2005-12-01 21:58:02 UTC (rev 2527)
@@ -57,7 +57,6 @@
 #include "stat_manager.hxx"
 #include "demo_session.hxx"
 #include "debug.hxx"
-#include "action_data.hxx"
 #include "fonts.hxx"
 #include "pingus_menu_manager.hxx"
 #include "resource.hxx"





reply via email to

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