X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbuilders%2Ffont.cpp;h=4fb643527c83d9ea43058ffb81ead0332a74941e;hp=f46475bcae69c84bc5497f9bd397669ddeefb48a;hb=ae45c0397e2cb8f0a01f2f31d01c95ff3870271e;hpb=160e9eea29bd10034733d59507fa1bcca36be401 diff --git a/source/builders/font.cpp b/source/builders/font.cpp index f46475bc..4fb64352 100644 --- a/source/builders/font.cpp +++ b/source/builders/font.cpp @@ -143,19 +143,8 @@ Font::Glyph::Glyph(): { } -Font::Loader::Loader(Font &f): - DataFile::CollectionObjectLoader(f, 0) -{ - init(); -} - Font::Loader::Loader(Font &f, Collection &c): DataFile::CollectionObjectLoader(f, &c) -{ - init(); -} - -void Font::Loader::init() { add("native_size", &Font::native_size); add("ascent", &Font::ascent);