remove 2 unneeded lines

This commit is contained in:
Yann Leboulanger 2005-06-18 16:03:44 +00:00
parent 8ac67fef09
commit 217aeb2d18
1 changed files with 0 additions and 2 deletions

View File

@ -726,8 +726,6 @@ class Interface:
emot_file = gajim.config.get_per('emoticons', emot, 'path') emot_file = gajim.config.get_per('emoticons', emot, 'path')
if not self.image_is_ok(emot_file): if not self.image_is_ok(emot_file):
continue continue
img = gtk.Image()
img.set_from_file(emot_file)
self.emoticons[emot] = emot_file self.emoticons[emot] = emot_file
# update regular expressions # update regular expressions