X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbatch.h;h=2e4ad9ef3005d9d01c15dbdc4d119ce79f570460;hp=6fb013af68e8de626757392a2e4644d9c734d2d8;hb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;hpb=a2a00bdc96a7d2aa4c95c5a125c0c438147d7495 diff --git a/source/batch.h b/source/batch.h index 6fb013af..2e4ad9ef 100644 --- a/source/batch.h +++ b/source/batch.h @@ -35,7 +35,6 @@ private: PrimitiveType prim_type; DataType index_type; std::vector data; - unsigned min_index; unsigned max_index; bool restart;