summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tabs.py b/src/tabs.py
index f697d888..7eed1790 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -352,14 +352,6 @@ class Tab(object):
"""
pass
- def just_before_refresh(self):
- """
- Method called just before the screen refresh.
- Particularly useful to move the cursor at the
- correct position.
- """
- pass
-
def on_close(self):
"""
Called when the tab is to be closed