X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fvertexarray.h;h=575a716e86f42a125a81b976d8965085b61a936f;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hp=8e56ee226b599254f0876942322ee2a4dc1d6ee5;hpb=190a7e11237351f6b730c28f7b16f183e8adc69c;p=libs%2Fgl.git 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;