Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / badguy / fish.cpp
index 8ff95bb..c8bf809 100644 (file)
@@ -154,6 +154,4 @@ Fish::is_freezable() const
   return true;
 }
 
-IMPLEMENT_FACTORY(Fish, "fish");
-
 /* EOF */