Skip to content
Snippets Groups Projects
Commit 217aeb2d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove 2 unneeded lines

parent 8ac67fef
No related branches found
No related tags found
No related merge requests found
......@@ -726,8 +726,6 @@ def init_regexp(self):
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
......
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