Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / badguy / poisonivy.cpp
index 742ec4a..5b28671 100644 (file)
@@ -54,6 +54,4 @@ PoisonIvy::collision_squished(GameObject& object)
   return true;
 }
 
-IMPLEMENT_FACTORY(PoisonIvy, "poisonivy");
-
 /* EOF */