]> 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 af65da8af9ae15d160482397fccdac70d8429d5d..f46a287092f811a8a6c2b89a73b1aee0eaf97af4 100644 (file)
@@ -21,11 +21,9 @@ public:
        class Loader: public DataFile::CollectionObjectLoader<Font>
        {
        public:
-               Loader(Font &f): Loader(f, 0) { }
-               Loader(Font &f, Collection &c): Loader(f, &c) { }
-       private:
-               Loader(Font &, Collection *);
+               Loader(Font &, Collection &);
 
+       private:
                void glyph(unsigned);
                void kerning(unsigned, unsigned, float);
                void ligature(unsigned, unsigned, unsigned);