Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / wind.cpp
index 2e6cd85..0072fe2 100644 (file)
@@ -120,6 +120,4 @@ Wind::stop()
   blowing = false;
 }
 
-IMPLEMENT_FACTORY(Wind, "wind");
-
 /* EOF */