]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pipeline.h
Remove the Renderer-less overload of Renderable::render
[libs/gl.git] / source / pipeline.h
index 9272f5875add3d1605fc6cd33657997552d95fd9..f6a4ab3371e7317dd904c66b3e7d3547c02a28c5 100644 (file)
@@ -107,7 +107,7 @@ public:
        virtual void setup_frame() const;
        virtual void finish_frame() const;
 
-       virtual void render(const Tag &tag = Tag()) const;
+       void render() const;
        virtual void render(Renderer &, const Tag &tag = Tag()) const;
 
 private: