]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vertexarray.h
Remove deprecated things related to vertex formats and arrays
[libs/gl.git] / source / core / vertexarray.h
index 4c2a028f83b1439f0104cc275602160332e1757e..107d1851f8a70b99a2d5bb24533034a86cc1c883 100644 (file)
@@ -48,9 +48,6 @@ public:
        /// Construct a VertexArray and set its format.
        VertexArray(const VertexFormat &);
 
-       /// Deprecated.  Use set_format.
-       DEPRECATED void reset(const VertexFormat &f) { set_format(f); }
-
        /// Sets the format of the VertexArray.
        void set_format(const VertexFormat &);