summaryrefslogtreecommitdiff
path: root/poezio/tabs/basetabs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2022-02-10 18:32:35 +0100
committerMaxime “pep” Buquet <pep@bouah.net>2022-02-25 22:35:30 +0100
commitfbd3d0bcfdf31f20614817710d81c9ba88c70194 (patch)
tree02461491f1a91f9e69cf16794548e275382d8060 /poezio/tabs/basetabs.py
parent456c4c46a6a740063e25ffcdd6cbdfeb70e4d621 (diff)
downloadpoezio-fbd3d0bcfdf31f20614817710d81c9ba88c70194.tar.gz
poezio-fbd3d0bcfdf31f20614817710d81c9ba88c70194.tar.bz2
poezio-fbd3d0bcfdf31f20614817710d81c9ba88c70194.tar.xz
poezio-fbd3d0bcfdf31f20614817710d81c9ba88c70194.zip
internal: remove unused get_text_window
Diffstat (limited to 'poezio/tabs/basetabs.py')
-rw-r--r--poezio/tabs/basetabs.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py
index 83e8049c..431acf17 100644
--- a/poezio/tabs/basetabs.py
+++ b/poezio/tabs/basetabs.py
@@ -390,12 +390,6 @@ class Tab:
"""
return self.name
- def get_text_window(self) -> Optional[windows.TextWin]:
- """
- Returns the principal TextWin window, if there's one
- """
- return None
-
def on_input(self, key: str, raw: bool):
"""
raw indicates if the key should activate the associated command or not.