From 59b8506cf2ff4097304250a574a49676e37fc112 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Sun, 31 Aug 2008 14:14:00 +0000 Subject: [PATCH] remove unsed tupples --- src/common/pep.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/pep.py b/src/common/pep.py index dfb352a75..93e853c35 100644 --- a/src/common/pep.py +++ b/src/common/pep.py @@ -492,9 +492,6 @@ def user_retract_nickname(account): def delete_pep(jid, name): (user, resource) = gajim.get_room_and_nick_from_fjid(jid) - activities_keys = ('activity', 'subactivity', 'text') - tune_keys = ('artist', 'title', 'source', 'track', 'length') - mood_keys = ('mood', 'text') if jid == gajim.get_jid_from_account(name): acc = gajim.connections[name]