Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / badguy / sspiky.cpp
index 63a311c..7f0fde9 100644 (file)
@@ -111,6 +111,4 @@ SSpiky::is_freezable() const
   return true;
 }
 
-IMPLEMENT_FACTORY(SSpiky, "sspiky");
-
 /* EOF */