diff options
author | Gary Kramlich <grim@reaperworld.com> | 2020-02-20 23:56:05 -0600 |
---|---|---|
committer | Gary Kramlich <grim@reaperworld.com> | 2020-02-20 23:56:05 -0600 |
commit | d678689ba964f2c23ec6c48e831a75d1bb84126b (patch) | |
tree | ab24e9ca794ff5cb9b3e5fade8c7140c0a20082f /pidgin/gtkrequest.c | |
parent | 03df73b9b8d1314ba37341db73c5bec7730db519 (diff) | |
download | pidgin-d678689ba964f2c23ec6c48e831a75d1bb84126b.tar.gz |
The e2ee api appears to not be used anywhere. It could use a bunch of cleanup, but I'd rather do that when we're implementing e2ee in protocols as we'll have a better understanding of what it needs then.
Diffstat (limited to 'pidgin/gtkrequest.c')
-rw-r--r-- | pidgin/gtkrequest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pidgin/gtkrequest.c b/pidgin/gtkrequest.c index 6d27cc360b..8e2c17371b 100644 --- a/pidgin/gtkrequest.c +++ b/pidgin/gtkrequest.c @@ -1524,9 +1524,6 @@ _pidgin_datasheet_stock_icon_get(const gchar *stock_name) image = pidgin_create_protocol_icon(account, PIDGIN_PROTOCOL_ICON_SMALL); } - } else if (purple_strequal(domain, "e2ee")) { - image = pidgin_pixbuf_from_image( - _pidgin_e2ee_stock_icon_get(id)); } else { purple_debug_error("gtkrequest", "Unknown domain: %s", domain); g_free(domain); |