Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / hurting_platform.cpp
index 95601fd..84395b3 100644 (file)
@@ -44,6 +44,4 @@ HurtingPlatform::collision(GameObject& other, const CollisionHit& )
   return FORCE_MOVE;
 }
 
-IMPLEMENT_FACTORY(HurtingPlatform, "hurting_platform");
-
 /* EOF */