]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/renderer.h
Remove the transform function from Renderer
[libs/gl.git] / source / render / renderer.h
index 4c24068e03cb7a4e792c020575c997623423d346..575dbe67ee8af1e9adf758c3be0c7ca0caea3045 100644 (file)
@@ -137,9 +137,6 @@ public:
        /** Replaces the Renderer's model matrix. */
        void set_matrix(const Matrix &);
 
-       /** Applies a transform to the Renderer's model matrix. */
-       void transform(const Matrix &);
-
        /** Returns the current model matrix. */
        const Matrix &get_matrix() const { return get_state().model_matrix; }