Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / pushbutton.cpp
index 027274f..07190c2 100644 (file)
@@ -75,6 +75,4 @@ PushButton::collision(GameObject& other, const CollisionHit& hit)
   return FORCE_MOVE;
 }
 
-IMPLEMENT_FACTORY(PushButton, "pushbutton");
-
 /* EOF */