]> git.tdb.fi Git - libs/gl.git/blobdiff - source/font.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / font.h
index fcc5c9f51832df17a8c139ad346a8b7e9ea32ed1..6ae5c6d3862426c9bbb74bfb7198fb3444fe3125 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_FONT_H_
 #define MSP_GL_FONT_H_
 
@@ -110,7 +103,7 @@ public:
        { return draw_string<Codecs::Utf8>(str, pb); }
 
 private:
-       void create_glyph_vertices(const Glyph &, VertexBuilder &, float) const;
+       void create_glyph_vertices(const Glyph &, VertexBuilder &) const;
        float get_glyph_advance(unsigned) const;
 };