Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / trigger / scripttrigger.cpp
index 50aa75f..db1e308 100644 (file)
@@ -71,6 +71,4 @@ ScriptTrigger::event(Player& , EventType type)
   Sector::current()->run_script(stream, "ScriptTrigger");
 }
 
-IMPLEMENT_FACTORY(ScriptTrigger, "scripttrigger");
-
 /* EOF */