Use boost::shared_ptr<Surface> instead of std::auto_ptr<Surface>
[supertux.git] / src / badguy / jumpy.cpp
index ad63c49..6e4e92e 100644 (file)
@@ -108,6 +108,4 @@ Jumpy::is_freezable() const
   return true;
 }
 
-IMPLEMENT_FACTORY(Jumpy, "jumpy");
-
 /* EOF */