libpurple/protocols/jabber/xmpp.c

changeset 41034
fe203b2245fb
parent 40985
ddc26be7f597
child 41076
7c8fcbef00ca
--- 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;
 }
 

mercurial