]> git.tdb.fi Git - libs/gl.git/blobdiff - source/objectinstance.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / objectinstance.h
index 1ad221c78e9f3796c22e2d04ae52817fec477b8b..0ebef2fedf30012e8db4d8bf3b228693b3d1ecfc 100644 (file)
@@ -39,7 +39,6 @@ public:
 
        virtual const Geometry::BoundingSphere<float, 3> *get_bounding_sphere() const { return object.get_bounding_sphere(); }
 
-       virtual void render(const Tag &tag = Tag()) const;
        virtual void render(Renderer &, const Tag & = Tag()) const;
 
        /** Hook function, called from Object just before rendering the mesh.