]> git.tdb.fi Git - libs/gl.git/blobdiff - source/font.cpp
Remove deprecated Font features
[libs/gl.git] / source / font.cpp
index d03ce281aeae55e6c95daf327ad401e63059164b..61534f0be574a8b0fd485086991157b47b174426 100644 (file)
@@ -123,10 +123,6 @@ void Font::Loader::init()
        add("texture",     &Loader::texture);
        add("texture",     &Loader::texture_ref);
        add("glyph",       &Loader::glyph);
-
-       // Deprecated aliases
-       add("default_size",   &Font::native_size);
-       add("texture_inline", &Loader::texture);
 }
 
 void Font::Loader::glyph(unsigned c)