Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / skull_tile.cpp
index 996b127..5ad5eab 100644 (file)
@@ -78,6 +78,4 @@ SkullTile::update(float elapsed_time)
   hit = false;
 }
 
-IMPLEMENT_FACTORY(SkullTile, "skull_tile");
-
 /* EOF */