Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / level_time.cpp
index 6f096b0..8cc4d09 100644 (file)
@@ -123,6 +123,4 @@ LevelTime::set_time(float time_left)
   this->time_left = std::min(std::max(time_left, 0.0f), 999.0f);
 }
 
-IMPLEMENT_FACTORY(LevelTime, "leveltime");
-
 /* EOF */