X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbatch.h;h=f551a5e9fb0952049018d3984beb29835f8fcaf1;hp=c2107f823c2907a28cf36e79b2c6190cdc486a1b;hb=bea2bcf1aa353b1dd8d1728931ef0508677bd2c6;hpb=07a69fb2c913d489510e384599ae63ed9e045c60 diff --git a/source/core/batch.h b/source/core/batch.h index c2107f82..f551a5e9 100644 --- a/source/core/batch.h +++ b/source/core/batch.h @@ -38,9 +38,6 @@ private: GLenum gl_index_type; std::vector data; unsigned max_index; - bool restart; - - static unsigned restart_index; public: Batch(PrimitiveType t);