Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / badguy / jumpy.cpp
index ad63c49..6e4e92e 100644 (file)
@@ -108,6 +108,4 @@ Jumpy::is_freezable() const
   return true;
 }
 
-IMPLEMENT_FACTORY(Jumpy, "jumpy");
-
 /* EOF */