X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexarray.h;h=575a716e86f42a125a81b976d8965085b61a936f;hp=8e56ee226b599254f0876942322ee2a4dc1d6ee5;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hpb=28d12c73b197a16f7635badc01e42375728fde85 diff --git a/source/core/vertexarray.h b/source/core/vertexarray.h index 8e56ee22..575a716e 100644 --- a/source/core/vertexarray.h +++ b/source/core/vertexarray.h @@ -37,8 +37,6 @@ private: std::vector data; unsigned stride = 0; - VertexArray(const VertexArray &); - VertexArray &operator=(const VertexArray &); public: VertexArray() = default;