]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexarray.h
Lots of comment updates
[libs/gl.git] / source / vertexarray.h
index 079c2234cc5a598ac5abdb21925aa55c00ca8123..039dfa8b13ea3ed467dcdf3825b0ddaa64b825cf 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_VERTEXARRAY_H_
 #define MSP_GL_VERTEXARRAY_H_
 
@@ -74,7 +67,6 @@ public:
        void         apply() const;
        float        *append();
        float *modify(unsigned);
-       float *operator[](unsigned i) { return modify(i); }
        const float  *operator[](unsigned i) const { return &data[0]+i*stride; }
 
 private: