nothing: remove useless line
This commit is contained in:
parent
6efe0ce886
commit
fe9bdf1737
|
@ -500,7 +500,6 @@ class Interface:
|
||||||
# without resource
|
# without resource
|
||||||
ctrl = self.msg_win_mgr.get_control(full_jid_with_resource, account)
|
ctrl = self.msg_win_mgr.get_control(full_jid_with_resource, account)
|
||||||
if ctrl:
|
if ctrl:
|
||||||
jid_of_control = full_jid_with_resource
|
|
||||||
chat_control = ctrl
|
chat_control = ctrl
|
||||||
elif not pm and (not highest_contact or not highest_contact.resource):
|
elif not pm and (not highest_contact or not highest_contact.resource):
|
||||||
# unknow contact or offline message
|
# unknow contact or offline message
|
||||||
|
|
Loading…
Reference in New Issue