qulogic/pidgin

util: Remove references, in comments, to MSN code
release-2.x.y
2016-09-30, Mike Ruprecht
645f2bcf5517
Parents bb48be2a1a39
Children d0463f830578
util: Remove references, in comments, to MSN code
--- a/libpurple/util.c Fri Sep 30 14:43:16 2016 -0500
+++ b/libpurple/util.c Fri Sep 30 17:30:23 2016 -0500
@@ -1882,7 +1882,6 @@
* - \n should be converted to a normal space
* - in addition to <br>, <p> and <div> etc. should also be converted into \n
* - We want to turn </td>#whitespace<td> sequences into a single tab
- * - We want to turn <td> into a single tab (for msn profile "parsing")
* - We want to turn </tr>#whitespace<tr> sequences into a single \n
* - <script>...</script> and <style>...</style> should be completely removed
*/
--- a/libpurple/util.h Fri Sep 30 14:43:16 2016 -0500
+++ b/libpurple/util.h Fri Sep 30 17:30:23 2016 -0500
@@ -456,8 +456,8 @@
/**
* Extracts a field of data from HTML.
*
- * This is a scary function. See protocols/msn/msn.c and
- * protocols/yahoo/yahoo_profile.c for example usage.
+ * This is a scary function. See protocols/yahoo/yahoo_profile.c
+ * for example usage.
*
* @param str The string to parse.
* @param len The size of str.