Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / ambient_sound.cpp
index 63c26f2..d0d651b 100644 (file)
@@ -264,6 +264,4 @@ AmbientSound::get_pos_y() const
   return position.y;
 }
 
-IMPLEMENT_FACTORY(AmbientSound, "ambient_sound");
-
 /* EOF */