diff options
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index 47ef1696..53728a5b 100644 --- a/src/core.py +++ b/src/core.py @@ -611,7 +611,6 @@ class Core(object): if isinstance(self.current_tab(), tabs.RosterInfoTab): self.refresh_window() - def full_screen_redraw(self): """ Completely erase and redraw the screen |