X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilders%2Ffont.h;h=f46a287092f811a8a6c2b89a73b1aee0eaf97af4;hb=3bc34893905a2df622894aadcb6669f27f186772;hp=18c225c13a3dd0399f6f767b3f168a5588d76daa;hpb=3ac3a51c623271da815c8ee60c484445871753bf;p=libs%2Fgl.git diff --git a/source/builders/font.h b/source/builders/font.h index 18c225c1..f46a2870 100644 --- a/source/builders/font.h +++ b/source/builders/font.h @@ -5,7 +5,6 @@ #include #include #include -#include "vertexarray.h" namespace Msp { namespace GL { @@ -22,11 +21,9 @@ public: class Loader: public DataFile::CollectionObjectLoader { public: - Loader(Font &); Loader(Font &, Collection &); private: - void init(); void glyph(unsigned); void kerning(unsigned, unsigned, float); void ligature(unsigned, unsigned, unsigned);