Philipp Hörist pushed to branch master at gajim / gajim

Commits:
4f73b03d by Philipp Hörist at 2018-01-29T20:08:37+01:00
Remove unused method

- - - - -


1 changed file:

- gajim/gtkgui_helpers.py


Changes:

=====================================
gajim/gtkgui_helpers.py
=====================================
--- a/gajim/gtkgui_helpers.py
+++ b/gajim/gtkgui_helpers.py
@@ -572,15 +572,6 @@ def load_iconset(path, pixbuf2=None, transport=False):
                     'offline', 'error', 'requested', 'event', 'not in roster')
     return _load_icon_list(list_, path, pixbuf2)
 
-def load_icon(icon_name):
-    """
-    Load an icon from the iconset in 16x16
-    """
-    iconset = app.config.get('iconset')
-    path = os.path.join(helpers.get_iconset_path(iconset), '16x16', '')
-    icon_list = _load_icon_list([icon_name], path)
-    return icon_list[icon_name]
-
 def load_mood_icon(icon_name):
     """
     Load an icon from the mood iconset in 16x16



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/4f73b03d360a9b81100cb6606a58aaa9f6da6f80

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/4f73b03d360a9b81100cb6606a58aaa9f6da6f80
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to