X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbatch.h;h=51cc573b18be326ac7b3ae4c26b75cf146e77aa6;hp=c2107f823c2907a28cf36e79b2c6190cdc486a1b;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=a60b558e1c327fd2e2600ad2551dc0ac648761f2 diff --git a/source/core/batch.h b/source/core/batch.h index c2107f82..51cc573b 100644 --- a/source/core/batch.h +++ b/source/core/batch.h @@ -36,11 +36,8 @@ private: GLenum gl_prim_type; DataType index_type; GLenum gl_index_type; - std::vector data; + std::vector data; unsigned max_index; - bool restart; - - static unsigned restart_index; public: Batch(PrimitiveType t);