]> git.tdb.fi Git - libs/gl.git/blobdiff - source/renderer.h
Remove various old deprecated things
[libs/gl.git] / source / renderer.h
index dd732bd8d491150375c929ea065c225b654f6ff0..3533139bb394d38a59d105345374c095af5a5699 100644 (file)
@@ -105,13 +105,6 @@ public:
        Renderer(const Camera *);
        ~Renderer();
 
-       /** Resets all internal state and restarts rendering.  There must be no
-       unpopped state in the stack.  It is permissible to call begin() multiple
-       times without an intervening end().
-
-       Deprecated; use end() and set_camera() instead.*/
-       void begin(const Camera *);
-
        /** Sets the camera to render from.  The modelview matrix is reset to the
        camera's view matrix. */
        void set_camera(const Camera &);