diff libpurple/protocols/myspace/myspace.h @ 19466:11c727b19201

Replace homegrown str_replace() with purple_strreplace(), after discovering it.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 27 Aug 2007 07:03:28 +0000
parents 105305518622
children f586bc904d71
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Mon Aug 27 06:58:54 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Mon Aug 27 07:03:28 2007 +0000
@@ -193,8 +193,6 @@
 };
 #endif
 
-gchar *str_replace(const gchar *str, const gchar *old, const gchar *new);
-
 /* Functions */
 gboolean msim_load(PurplePlugin *plugin);
 GList *msim_status_types(PurpleAccount *acct);