diff libpurple/protocols/yahoo/yahoo.h @ 22121:0a0fa9fd5feb

Remove `yahoo_convert_to_numeric`, which I apparently did not examine closely enough. Given the purpose, `g_markup_escape_text` should work well enough in its stead. Refs #3295.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 16 Jan 2008 06:58:48 +0000
parents 4ab154a14e55
children 840e7e1b6dac
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.h	Wed Jan 16 06:29:52 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.h	Wed Jan 16 06:58:48 2008 +0000
@@ -218,8 +218,6 @@
  */
 char *yahoo_string_decode(PurpleConnection *gc, const char *str, gboolean utf8);
 
-char *yahoo_convert_to_numeric(const char *str);
-
 /* previously-static functions, now needed for yahoo_profile.c */
 void yahoo_tooltip_text(PurpleBuddy *b, PurpleNotifyUserInfo *user_info, gboolean full);