Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / badguy / walkingleaf.cpp
index 3df2c2a..2593137 100644 (file)
@@ -41,6 +41,4 @@ WalkingLeaf::collision_squished(GameObject& object)
   return true;
 }
 
-IMPLEMENT_FACTORY(WalkingLeaf, "walkingleaf");
-
 /* EOF */