]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/batch.h
Remove some obsolete things
[libs/gl.git] / source / core / batch.h
index c2107f823c2907a28cf36e79b2c6190cdc486a1b..f551a5e9fb0952049018d3984beb29835f8fcaf1 100644 (file)
@@ -38,9 +38,6 @@ private:
        GLenum gl_index_type;
        std::vector<UInt8> data;
        unsigned max_index;
-       bool restart;
-
-       static unsigned restart_index;
 
 public:
        Batch(PrimitiveType t);