From e5ba743641ec83efc3dc573cc77e6fa9b2a5e0ac Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Fri, 28 Dec 2007 22:08:28 +0000 Subject: [PATCH] remove unused global dict. sb, is there a reason for that one I can't see ? --- src/common/gajim.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/gajim.py b/src/common/gajim.py index 25e152635..9c8f9752a 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -138,9 +138,6 @@ SHOW_LIST = ['offline', 'connecting', 'online', 'chat', 'away', 'xa', 'dnd', # zeroconf account name ZEROCONF_ACC_NAME = 'Local' -priority_dict = {} -for status in ('online', 'chat', 'away', 'xa', 'dnd', 'invisible'): - priority_dict[status] = config.get('autopriority' + status) HAVE_PYCRYPTO = True try: