Changed ObjectFactory code so that it works properly when building SuperTux as library
[supertux.git] / src / object / decal.cpp
index 0811389..af7a8f7 100644 (file)
@@ -36,6 +36,4 @@ Decal::~Decal()
 {
 }
 
-IMPLEMENT_FACTORY(Decal, "decal");
-
 /* EOF */