X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fobject.h;h=88a5d9e91659189310d0f3b951841fe4ef5c4cbf;hp=3d0415c66daa64b3c8ebb3436b0da037897912e9;hb=97b8f0d945474582c2213b70418d399e5641f0d5;hpb=7da609f539040d11cccc61b838f4b74e06135552 diff --git a/source/object.h b/source/object.h index 3d0415c6..88a5d9e9 100644 --- a/source/object.h +++ b/source/object.h @@ -107,8 +107,6 @@ public: virtual const Geometry::BoundingSphere *get_bounding_sphere() const { return &bounding_sphere; } - virtual void render(const Tag &tag = Tag()) const; - virtual void render(Renderer &, const Tag & = Tag()) const; /** Renders an instance of the object. The instance's hook functions are