]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vertexarray.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / vertexarray.h
index 8e56ee226b599254f0876942322ee2a4dc1d6ee5..575a716e86f42a125a81b976d8965085b61a936f 100644 (file)
@@ -37,8 +37,6 @@ private:
        std::vector<char> data;
        unsigned stride = 0;
 
-       VertexArray(const VertexArray &);
-       VertexArray &operator=(const VertexArray &);
 public:
        VertexArray() = default;