remove unused global dict. sb, is there a reason for that one I can't see ?

This commit is contained in:
Jean-Marie Traissard 2007-12-28 22:08:28 +00:00
parent a995c09977
commit e5ba743641
1 changed files with 0 additions and 3 deletions

View File

@ -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: