summaryrefslogtreecommitdiff
path: root/poezio/tabs/listtab.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/listtab.py')
-rw-r--r--poezio/tabs/listtab.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/poezio/tabs/listtab.py b/poezio/tabs/listtab.py
index c99bd3bd..18ee1da4 100644
--- a/poezio/tabs/listtab.py
+++ b/poezio/tabs/listtab.py
@@ -111,7 +111,6 @@ class ListTab(Tab):
self.input.do_command("/") # we add the slash
def close(self, arg=None):
- self.input.on_delete()
self.core.close_tab(self)
def set_error(self, msg, code, body):