From fe9bdf1737da009f11d8209b23bfd677efe2d05c Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 4 Apr 2006 15:19:33 +0000
Subject: [PATCH] nothing: remove useless line

---
 src/gajim.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gajim.py b/src/gajim.py
index 1427f6906b..fd49ccca0d 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -500,7 +500,6 @@ class Interface:
 		# without resource
 		ctrl = self.msg_win_mgr.get_control(full_jid_with_resource, account)
 		if ctrl:
-			jid_of_control = full_jid_with_resource
 			chat_control = ctrl
 		elif not pm and (not highest_contact or not highest_contact.resource):
 			# unknow contact or offline message
-- 
GitLab