Remove the unused function
This commit is contained in:
parent
f1b6fb397b
commit
7246fb347c
1 changed files with 0 additions and 4 deletions
|
|
@ -309,10 +309,6 @@ def write_colors(bg: Optional[str] = None) -> None:
|
|||
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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue