diff --git a/src/chat_control.py b/src/chat_control.py index f2cb1c87e..c4b6d396b 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -909,13 +909,6 @@ class ChatControl(ChatControlBase): status = gtkgui_helpers.reduce_chars_newlines(status, max_lines = 2) status_escaped = gtkgui_helpers.escape_for_pango_markup(status) - #FIXME: uncomment me when we support sending messages to specific resource - # composing full jid - #fulljid = jid - #if self.contacts[jid].resource: - # fulljid += '/' + self.contacts[jid].resource - #label_text = '%s\n%s' \ - # % (name, fulljid) font_attrs, font_attrs_small = self.get_font_attrs() st = gajim.config.get('chat_state_notifications') cs = contact.chatstate