Remove unused code
This commit is contained in:
parent
d6bf5aa011
commit
bdb6723564
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user