Mercurial > pidgin
diff src/protocols/icq/gaim_icq.c @ 2603:24664768a739
[gaim-migrate @ 2616]
i shouldn't have modified gaim.h like i did. *slaps own wrists* Do as I say, not as I do.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 25 Oct 2001 05:05:05 +0000 |
parents | 5efa8077107f |
children | 37d80035e77f |
line wrap: on
line diff
--- a/src/protocols/icq/gaim_icq.c Thu Oct 25 02:30:12 2001 +0000 +++ b/src/protocols/icq/gaim_icq.c Thu Oct 25 05:05:05 2001 +0000 @@ -107,20 +107,6 @@ icq_Login(link, id->cur_status); } -void strip_linefeed(gchar *text) -{ - int i, j; - gchar *text2 = g_malloc(strlen(text) + 1); - - for (i = 0, j = 0; text[i]; i++) - if (text[i] != '\r') - text2[j++] = text[i]; - text2[j] = '\0'; - - strcpy(text, text2); - g_free(text2); -} - static void icq_msg_incoming(icq_Link *link, unsigned long uin, unsigned char hour, unsigned char minute, unsigned char day, unsigned char month, unsigned short year, const char *data) { struct gaim_connection *gc = link->icq_UserData;