X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Fhurting_platform.cpp;h=84395b359cee92f987afd49bac31e6d99fb4ab3a;hb=729bc6717bf68314dc9fad25db3a9f728062263e;hp=95601fd2a129d4a27ae72763e58ea05890a5813c;hpb=764b8411d0d67d2877761a119a399fe5b647937c;p=supertux.git diff --git a/src/object/hurting_platform.cpp b/src/object/hurting_platform.cpp index 95601fd2a..84395b359 100644 --- a/src/object/hurting_platform.cpp +++ b/src/object/hurting_platform.cpp @@ -44,6 +44,4 @@ HurtingPlatform::collision(GameObject& other, const CollisionHit& ) return FORCE_MOVE; } -IMPLEMENT_FACTORY(HurtingPlatform, "hurting_platform"); - /* EOF */