Mercurial > pidgin
diff src/util.h @ 13356:554575d1f9b5
[gaim-migrate @ 15729]
Move gaim_str_sub_away_formatters into the oscar PRPL. It wasn't
used anywhere else.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 01 Mar 2006 05:13:26 +0000 |
| parents | b04212d6b115 |
| children | a539caf502b0 |
line wrap: on
line diff
--- a/src/util.h Wed Mar 01 04:08:17 2006 +0000 +++ b/src/util.h Wed Mar 01 05:13:26 2006 +0000 @@ -654,18 +654,6 @@ gboolean gaim_str_has_suffix(const char *s, const char *x); /** - * Looks for %n, %d, or %t in a string, and replaces them with the - * specified name, date, and time, respectively. - * - * @param str The string that may contain the special variables. - * @param name The sender name. - * - * @return A newly allocated string where the special variables are - * expanded. This should be g_free'd by the caller. - */ -gchar *gaim_str_sub_away_formatters(const char *str, const char *name); - -/** * Duplicates a string and replaces all newline characters from the * source string with HTML linebreaks. *
