X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject_factory.h;h=7e578356f521cd0baa3112c5d39215b88980d4f2;hb=9e3d8f3cc7a07ab4dae67e86c6f1d0e0e450fa54;hp=7cb3f8f02035a4bfd9ea0cc48d2c231ce0a30f66;hpb=e3bb6e46812f108f093e9ad0751a945c34b18cd3;p=supertux.git diff --git a/src/object_factory.h b/src/object_factory.h index 7cb3f8f02..7e578356f 100644 --- a/src/object_factory.h +++ b/src/object_factory.h @@ -35,12 +35,6 @@ public: * Remember to delete the objects later */ virtual GameObject* create_object(const lisp::Lisp& reader) = 0; - - // hack for now will be removed later - virtual GameObject* create_object(const Vector& ) - { - return 0; - } }; typedef std::map Factories;