summaryrefslogtreecommitdiff
path: root/src/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.py')
-rw-r--r--src/window.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.py b/src/window.py
index 28229e2f..c9576873 100644
--- a/src/window.py
+++ b/src/window.py
@@ -908,7 +908,6 @@ class VerticalSeparator(Win):
self._resize(height, width, y, x, stdscr)
if not visible:
return
- self.rewrite_line()
def refresh(self):
if not self.visible: