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);



_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs

Reply via email to