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