]> git.tdb.fi Git - libs/gl.git/blobdiff - source/object.h
Use vector when there's no reason to use some other container
[libs/gl.git] / source / object.h
index 3d0415c66daa64b3c8ebb3436b0da037897912e9..88a5d9e91659189310d0f3b951841fe4ef5c4cbf 100644 (file)
@@ -107,8 +107,6 @@ public:
 
        virtual const Geometry::BoundingSphere<float, 3> *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