Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / badguy / mrbomb.cpp
index 67efd64..9614e74 100644 (file)
@@ -143,6 +143,4 @@ MrBomb::is_portable() const
   return frozen;
 }
 
-IMPLEMENT_FACTORY(MrBomb, "mrbomb");
-
 /* EOF */