]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexarray.h
Remove VertexArray's own dirty member now that it's a Bufferable
[libs/gl.git] / source / vertexarray.h
index fb8f51b026d82e40c2ef4dd70da31f2f3c66027f..e38f0afff910b20500b750983fcf957db934d741 100644 (file)
@@ -39,7 +39,6 @@ private:
        std::vector<float> data;
        unsigned stride;
        std::vector<Array> arrays;
-       mutable bool dirty;
 
        VertexArray(const VertexArray &);
        VertexArray &operator=(const VertexArray &);