]> git.tdb.fi Git - libs/gl.git/blobdiff - source/camera.h
Remove some methods that have been deprecated for a long while
[libs/gl.git] / source / camera.h
index 59cbaae3760599148a4a9de610ae3b6e514d3003..412d69ff56bb83cd222e26805ffe784dca66563e 100644 (file)
@@ -52,9 +52,6 @@ public:
        const Vector3 &get_look_direction() const { return look_dir; }
        const Vector3 &get_up_direction() const { return up_dir; }
 
-       /** Deprecated alias for get_view_matrix. */
-       const Matrix &get_matrix() const { return get_view_matrix(); }
-
        /** Returns the view matrix, used to transform coordinates from world space
        to eye space. */
        const Matrix &get_view_matrix() const { return view_matrix; }