--- a/libpurple/protocols/jabber/xmpp.c Tue Aug 24 04:51:11 2021 -0500 +++ b/libpurple/protocols/jabber/xmpp.c Tue Aug 24 04:52:14 2021 -0500 @@ -74,13 +74,6 @@ option = purple_account_option_string_new(_("BOSH URL"), "bosh_url", NULL); opts = g_list_append(opts, option); - /* this should probably be part of global smiley theme settings - * later on - */ - option = purple_account_option_bool_new(_("Show Custom Smileys"), - "custom_smileys", TRUE); - opts = g_list_append(opts, option); - return opts; }