Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / icecrusher.cpp
index 1d7663f..de27a77 100644 (file)
@@ -161,6 +161,4 @@ IceCrusher::found_victim()
   return false;
 }
 
-IMPLEMENT_FACTORY(IceCrusher, "icecrusher");
-
 /* EOF */