From 5bebd10277b99a98b4c8793168d1284ab60203b1 Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Mon, 2 Jan 2006 21:39:16 +0000 Subject: [PATCH] Removed unused member jids_for_which_we_asked_vcard_already --- src/tabbed_chat_window.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index f4b7a1ff9..e90830b86 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -66,10 +66,6 @@ class TabbedChatWindow(chat.Chat): self.show_bigger_avatar_timeout_id = None self.bigger_avatar_window = None - # list that holds all the jid we have asked vcard once - # (so we do not have to ask again) - self.jids_for_which_we_asked_vcard_already = list() - self.TARGET_TYPE_URI_LIST = 80 self.dnd_list = [ ( 'text/uri-list', 0, self.TARGET_TYPE_URI_LIST ) ] self.new_tab(contact)