X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvertexarray.h;h=039dfa8b13ea3ed467dcdf3825b0ddaa64b825cf;hb=777f5f37f2d89ef2a787a77d74372b643968740e;hp=079c2234cc5a598ac5abdb21925aa55c00ca8123;hpb=85c82f93f4874bcf0b04332c9abb62cd2a5b181b;p=libs%2Fgl.git diff --git a/source/vertexarray.h b/source/vertexarray.h index 079c2234..039dfa8b 100644 --- a/source/vertexarray.h +++ b/source/vertexarray.h @@ -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: