Remove unused code

This commit is contained in:
Kovid Goyal 2017-10-22 17:13:38 +05:30
parent d6bf5aa011
commit bdb6723564
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -34,7 +34,7 @@ def font_not_found(err, char):
return FontNotFound(msg)
def get_font_lib(
def get_font(
family='monospace',
bold=False,
italic=False,
@ -57,9 +57,6 @@ def get_font_lib(
)
get_font = get_font_lib
def find_font_for_character(
family,
char,