diff -r bd633ebf4e89 -r bd42e65927cf pidgin/gtkutils.c --- a/pidgin/gtkutils.c Tue Apr 02 02:44:30 2019 +0000 +++ b/pidgin/gtkutils.c Tue Apr 09 22:43:27 2019 -0500 @@ -2462,21 +2462,6 @@ return NULL; } -char *pidgin_make_pretty_arrows(const char *str) -{ - char *ret; - char **split = g_strsplit(str, "->", -1); - ret = g_strjoinv("\342\207\250", split); - g_strfreev(split); - - split = g_strsplit(ret, "<-", -1); - g_free(ret); - ret = g_strjoinv("\342\207\246", split); - g_strfreev(split); - - return ret; -} - void pidgin_set_urgent(GtkWindow *window, gboolean urgent) { #if defined _WIN32