]> git.tdb.fi Git - libs/gl.git/blobdiff - source/builders/font.h
Remove collection-less constructor overloads from most loaders
[libs/gl.git] / source / builders / font.h
index 18c225c13a3dd0399f6f767b3f168a5588d76daa..f46a287092f811a8a6c2b89a73b1aee0eaf97af4 100644 (file)
@@ -5,7 +5,6 @@
 #include <string>
 #include <msp/datafile/objectloader.h>
 #include <msp/stringcodec/utf8.h>
-#include "vertexarray.h"
 
 namespace Msp {
 namespace GL {
@@ -22,11 +21,9 @@ public:
        class Loader: public DataFile::CollectionObjectLoader<Font>
        {
        public:
-               Loader(Font &);
                Loader(Font &, Collection &);
 
        private:
-               void init();
                void glyph(unsigned);
                void kerning(unsigned, unsigned, float);
                void ligature(unsigned, unsigned, unsigned);