X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.h;fp=source%2Fbatch.h;h=2e4ad9ef3005d9d01c15dbdc4d119ce79f570460;hb=34811e25cb7ec22d5b156cd00485aa82687f000a;hp=6fb013af68e8de626757392a2e4644d9c734d2d8;hpb=a64920d742643177e0e83a83c3840ec4524c1428;p=libs%2Fgl.git 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;