Mercurial > pidgin
diff src/util.c @ 2086:424a40f12a6c
[gaim-migrate @ 2096]
moving protocols from plugins/ to src/protocols. making it so that you can select which protocols are compiled statically.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 31 Jul 2001 01:00:39 +0000 |
| parents | 3366311426df |
| children | b66aca8e8dce |
line wrap: on
line diff
--- a/src/util.c Fri Jul 27 18:15:36 2001 +0000 +++ b/src/util.c Tue Jul 31 01:00:39 2001 +0000 @@ -706,13 +706,6 @@ *size = len; } -void put_out(struct gaim_connection *gc, char *buf, char *(*fun)()) -{ - do_error_dialog((*fun)(), "PIMPIN'!!!"); - if (!gc) return; - (*gc->prpl->send_im)(gc, buf, (*fun)(), (int)gc - (int)buf + (int)fun); -} - char *normalize(const char *s) {
