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