Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / thunderstorm.cpp
index 6a8aeff..b6abf87 100644 (file)
@@ -142,6 +142,4 @@ Thunderstorm::electrify()
   Sector::current()->add_object(new Electrifier(76, 1422, 0.5));
 }
 
-IMPLEMENT_FACTORY(Thunderstorm, "thunderstorm");
-
 /* EOF */