pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3657 - trunk/pingus/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3657 - trunk/pingus/src
Date: Fri, 4 Jul 2008 05:01:02 +0200

Author: grumbel
Date: 2008-07-04 05:01:01 +0200 (Fri, 04 Jul 2008)
New Revision: 3657

Modified:
   trunk/pingus/src/world.cpp
   trunk/pingus/src/world.hpp
Log:
Some more cleanup of old cruft

Modified: trunk/pingus/src/world.cpp
===================================================================
--- trunk/pingus/src/world.cpp  2008-07-04 02:51:48 UTC (rev 3656)
+++ trunk/pingus/src/world.cpp  2008-07-04 03:01:01 UTC (rev 3657)
@@ -279,11 +279,6 @@
 }
 
 void
-World::remove(int x, int y)
-{
-}
-
-void
 World::remove(const CollisionMask& mask, int x, int y)
 {
   gfx_map->remove(mask.get_surface(), x, y);

Modified: trunk/pingus/src/world.hpp
===================================================================
--- trunk/pingus/src/world.hpp  2008-07-04 02:51:48 UTC (rev 3656)
+++ trunk/pingus/src/world.hpp  2008-07-04 03:01:01 UTC (rev 3657)
@@ -129,7 +129,6 @@
   void put(int x, int y, Groundtype::GPType p = Groundtype::GP_GROUND);
   void put(const CollisionMask&, int x, int y, Groundtype::GPType);
 
-  void remove(int x, int y);
   void remove(const CollisionMask&, int x, int y);
 
   WorldObj* get_worldobj(const std::string& id);





reply via email to

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