summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.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/muctab.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/muctab.py')
-rw-r--r--poezio/tabs/muctab.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py
index e40630ac..654b990a 100644
--- a/poezio/tabs/muctab.py
+++ b/poezio/tabs/muctab.py
@@ -466,9 +466,6 @@ class MucTab(ChatTab):
# TODO: send the disco#info identity name here, if it exists.
return self.jid.node
- def get_text_window(self) -> windows.TextWin:
- return self.text_win
-
def on_lose_focus(self) -> None:
if self.joined:
if self.input.text: