]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexarraybuilder.cpp
Drop Id tags and copyright notices from files
[libs/gl.git] / source / vertexarraybuilder.cpp
index c31a60a6d9b1194494cdc9de4bc4371a189b6186..9b8d3b4284ce383df67c6131bb2f164d7efe53ee 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "vertexarray.h"
 #include "vertexarraybuilder.h"
 
@@ -15,11 +8,6 @@ VertexArrayBuilder::VertexArrayBuilder(VertexArray &a):
        array(a)
 { }
 
-VertexArrayBuilder::~VertexArrayBuilder()
-{
-       array.update_data();
-}
-
 void VertexArrayBuilder::vertex_(const Vector4 &v)
 {
        float *ptr = array.append();