]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexarraybuilder.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / vertexarraybuilder.h
index b6af0b9534476f495379218c31a07aae37f5eefe..b956660f00c7df775a10120b9779732327f053f3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_VERTEXARRAYBUIDER_H_
 #define MSP_GL_VERTEXARRAYBUIDER_H_
 
@@ -25,7 +18,6 @@ private:
        VertexArrayBuilder(const VertexArrayBuilder &);
 public:
        VertexArrayBuilder(VertexArray &);
-       ~VertexArrayBuilder();
 
 private:
        virtual void vertex_(const Vector4 &);