Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / infoblock.cpp
index 475d7d3..3f558df 100644 (file)
@@ -194,6 +194,4 @@ InfoBlock::hide_message()
   dest_pct = 0;
 }
 
-IMPLEMENT_FACTORY(InfoBlock, "infoblock");
-
 /* EOF */