Remove the unused function

This commit is contained in:
pagedown 2022-01-01 21:29:06 +08:00
parent f1b6fb397b
commit 7246fb347c
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -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')