Skip to content
Snippets Groups Projects
Commit 59b8506c authored by roidelapluie's avatar roidelapluie
Browse files

remove unsed tupples

parent 1607000c
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment