X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvertexarray.h;h=e38f0afff910b20500b750983fcf957db934d741;hb=b760fa04a65deaceb4c793ba24ca4f4e01bdbc82;hp=fb8f51b026d82e40c2ef4dd70da31f2f3c66027f;hpb=cfd7b5bc0c69d0b8cc7c8b3ec81a1a9462d04abb;p=libs%2Fgl.git diff --git a/source/vertexarray.h b/source/vertexarray.h index fb8f51b0..e38f0aff 100644 --- a/source/vertexarray.h +++ b/source/vertexarray.h @@ -39,7 +39,6 @@ private: std::vector data; unsigned stride; std::vector arrays; - mutable bool dirty; VertexArray(const VertexArray &); VertexArray &operator=(const VertexArray &);