summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-21 00:20:41 +0200
committermathieui <mathieui@mathieui.net>2016-10-21 00:20:41 +0200
commit0bb67982b035a7f158a1999ed86926a71ebd3511 (patch)
tree0f34b536ffd130577d5f04ae6a5579b4acdf8e0b /poezio/tabs/muctab.py
parentab84756b450b24383f39793060d2057d33f05301 (diff)
downloadpoezio-0bb67982b035a7f158a1999ed86926a71ebd3511.tar.gz
poezio-0bb67982b035a7f158a1999ed86926a71ebd3511.tar.bz2
poezio-0bb67982b035a7f158a1999ed86926a71ebd3511.tar.xz
poezio-0bb67982b035a7f158a1999ed86926a71ebd3511.zip
pyflake fixes
unused variables, imports, name shadowing
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 f6965a75..54b7cabf 100644
--- a/poezio/tabs/muctab.py
+++ b/poezio/tabs/muctab.py
@@ -915,18 +915,14 @@ class MucTab(ChatTab):
"""
self.need_resize = False
if config.get('hide_user_list') or self.size.tab_degrade_x:
- display_user_list = False
text_width = self.width
else:
- display_user_list = True
text_width = (self.width // 10) * 9
if self.size.tab_degrade_y:
- display_info_win = False
tab_win_height = 0
info_win_height = 0
else:
- display_info_win = True
tab_win_height = Tab.tab_win_height()
info_win_height = self.core.information_win_size