]> git.tdb.fi Git - libs/gl.git/blobdiff - source/batch.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / batch.h
index c3e9848e8ae4a245c33498c92051c47399b7f425..4d2520a19629e830609d555163c4eca836e67443 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2009-2010 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_BATCH_H_
 #define MSP_GL_BATCH_H_
 
@@ -66,6 +59,7 @@ public:
        unsigned size() const { return data.size()/get_index_size(); }
        unsigned get_index(unsigned) const;
        void draw() const;
+
 private:
        unsigned get_index_size() const;
 
@@ -80,7 +74,7 @@ private:
 
        template<typename T, typename U>
        U convert(T) const;
-private:
+
        void unlink_from_ibuf();
        void update_ibuf_offsets();
 };