mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
Remove unused code
This commit is contained in:
parent
d6bf5aa011
commit
bdb6723564
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue