diff options
Diffstat (limited to 'src/room.py')
-rw-r--r-- | src/room.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/room.py b/src/room.py index 74203a36..62ece926 100644 --- a/src/room.py +++ b/src/room.py @@ -111,8 +111,6 @@ class Room(TextBuffer): self.color_state != theme.COLOR_TAB_CURRENT: if self.color_state != theme.COLOR_TAB_HIGHLIGHT: self.set_color_state(theme.COLOR_TAB_NEW_MESSAGE) - # elif self.jid: - # self.set_color_state(theme.COLOR_TAB_PRIVATE) if not nickname: color = theme.COLOR_INFORMATION_TEXT else: |