summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-10-14 13:09:35 +0200
committermathieui <mathieui@mathieui.net>2017-10-14 13:09:35 +0200
commitc2e0bcf735db6f160e06fe1518a0f20624bc3f9c (patch)
tree1d22c8ee1d4929551dbfab72ac5de141e05e9409 /poezio/tabs/muctab.py
parent225f300ef3acd04c6d2c27d833a6a3cb03bc6317 (diff)
downloadpoezio-c2e0bcf735db6f160e06fe1518a0f20624bc3f9c.tar.gz
poezio-c2e0bcf735db6f160e06fe1518a0f20624bc3f9c.tar.bz2
poezio-c2e0bcf735db6f160e06fe1518a0f20624bc3f9c.tar.xz
poezio-c2e0bcf735db6f160e06fe1518a0f20624bc3f9c.zip
Remove unused is_muc property
Diffstat (limited to 'poezio/tabs/muctab.py')
-rw-r--r--poezio/tabs/muctab.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py
index b68411d5..f1bebe10 100644
--- a/poezio/tabs/muctab.py
+++ b/poezio/tabs/muctab.py
@@ -94,10 +94,6 @@ class MucTab(ChatTab):
def general_jid(self):
return self.name
- @property
- def is_muc(self):
- return True
-
def check_send_chat_state(self):
"If we should send a chat state"
return self.joined