libpurple/protocols/gg/gg.c

changeset 41679
ddd97cdcbefc
parent 41641
ff6dff2228e1
child 41709
c8555ca0fe5e
--- a/libpurple/protocols/gg/gg.c	Mon Sep 12 22:03:27 2022 -0500
+++ b/libpurple/protocols/gg/gg.c	Mon Sep 12 22:08:59 2022 -0500
@@ -673,11 +673,6 @@
 /* ----- PurpleProtocol ----------------------------------------- */
 /* ---------------------------------------------------------------------- */
 
-static const char *ggp_list_icon(PurpleAccount *account, PurpleBuddy *buddy)
-{
-	return "gadu-gadu";
-}
-
 static PurpleBuddyIconSpec *
 ggp_protocol_get_buddy_icon_spec(PurpleProtocol *protocol) {
 	return purple_buddy_icon_spec_new("png",
@@ -1264,7 +1259,6 @@
 	protocol_class->login = ggp_login;
 	protocol_class->close = ggp_close;
 	protocol_class->status_types = ggp_status_types;
-	protocol_class->list_icon = ggp_list_icon;
 
 	protocol_class->get_account_options = ggp_protocol_get_account_options;
 	protocol_class->get_buddy_icon_spec = ggp_protocol_get_buddy_icon_spec;

mercurial