diff libpurple/util.h @ 27009:e5d7c957ed53

Remove reference to purple_escape_html, which stuck around for only a few minutes before I went to g_markup_escape_text.
author Paul Aurich <paul@darkrain42.org>
date Wed, 03 Jun 2009 14:45:33 +0000
parents f303787f144d
children af4a4ebc6441
line wrap: on
line diff
--- a/libpurple/util.h	Wed Jun 03 06:57:18 2009 +0000
+++ b/libpurple/util.h	Wed Jun 03 14:45:33 2009 +0000
@@ -506,8 +506,6 @@
  *
  * @return The text with HTML entities literalized.  You must g_free
  *         this string when finished with it.
- *
- * @see purple_escape_html
  */
 char *purple_unescape_html(const char *html);