mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Remove the unused function
This commit is contained in:
@@ -309,10 +309,6 @@ class ThemesHandler(Handler):
|
||||
next_line()
|
||||
next_line()
|
||||
|
||||
def write_line(text: str) -> None:
|
||||
self.write(text)
|
||||
next_line()
|
||||
|
||||
self.cmd.set_cursor_position()
|
||||
next_line()
|
||||
self.cmd.styled(theme.name.center(sz), bold=True, fg='green')
|
||||
|
||||
Reference in New Issue
Block a user