Removing unused var 'slotfile'
[supertux.git] / src / badguy / smartball.cpp
index 43bde17..ad566d6 100644 (file)
@@ -41,6 +41,4 @@ SmartBall::collision_squished(GameObject& object)
   return true;
 }
 
-IMPLEMENT_FACTORY(SmartBall, "smartball");
-
 /* EOF */