Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / badguy / spidermite.cpp
index a608033..389d70e 100644 (file)
@@ -86,6 +86,4 @@ SpiderMite::active_update(float elapsed_time)
   }
 }
 
-IMPLEMENT_FACTORY(SpiderMite, "spidermite");
-
 /* EOF */