Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / trampoline.cpp
index e097dcd..c93d349 100644 (file)
@@ -122,6 +122,4 @@ Trampoline::is_portable() const
   return Rock::is_portable() && portable;
 }
 
-IMPLEMENT_FACTORY(Trampoline, "trampoline");
-
 /* EOF */