From 217aeb2d18b7e4d68071233075d754e9c759f074 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 18 Jun 2005 16:03:44 +0000 Subject: [PATCH] remove 2 unneeded lines --- src/gajim.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gajim.py b/src/gajim.py index 6c8d322a1..0704f49aa 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -726,8 +726,6 @@ class Interface: emot_file = gajim.config.get_per('emoticons', emot, 'path') if not self.image_is_ok(emot_file): continue - img = gtk.Image() - img.set_from_file(emot_file) self.emoticons[emot] = emot_file # update regular expressions