X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fvertexarray.h;fp=source%2Fcore%2Fvertexarray.h;h=107d1851f8a70b99a2d5bb24533034a86cc1c883;hb=a3cc9f4469153396c7ad0868f3cbb2d2f698d710;hp=4c2a028f83b1439f0104cc275602160332e1757e;hpb=74c995a4ce89d52100f2e9967f61a719a8affe67;p=libs%2Fgl.git diff --git a/source/core/vertexarray.h b/source/core/vertexarray.h index 4c2a028f..107d1851 100644 --- a/source/core/vertexarray.h +++ b/source/core/vertexarray.h @@ -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 &);