pidgin/plugins/disco/xmppdisco.c

changeset 41913
8bdccbde0536
parent 41840
fe350460fb1c
child 42037
af20db93f2c2
--- a/pidgin/plugins/disco/xmppdisco.c	Sat Nov 12 15:37:03 2022 -0600
+++ b/pidgin/plugins/disco/xmppdisco.c	Sat Nov 12 15:38:17 2022 -0600
@@ -259,7 +259,6 @@
 	const char *to;
 } disco_type_mappings[] = {
 	{ "gadu-gadu", "gadu-gadu" }, /* the protocol is gg, but list_icon returns "gadu-gadu" */
-	{ "sametime",  "meanwhile" },
 	{ "xmpp",      "jabber" }, /* jabber (mentioned in case the protocol is renamed so this line will match) */
 	{ NULL,        NULL }
 };

mercurial