Mercurial > pidgin
diff src/dialogs.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/dialogs.c Fri Jul 27 18:15:36 2001 +0000 +++ b/src/dialogs.c Tue Jul 31 01:00:39 2001 +0000 @@ -644,12 +644,6 @@ gtk_widget_show(eedialog); } -char *gem() -{ - return "You are a True Penguin Pimp. Tell no one of your finding. Notify " - "EWarmenhoven immediately so he can reward your efforts."; -} - void show_im_dialog() { GtkWidget *mainbox; @@ -1930,15 +1924,6 @@ gtk_widget_show(p->window); } -void do_stuff(void *g) -{ - char buf[16]; - struct gaim_connection *gc; - some_name(buf); - get_good(&gc); - put_out(gc, buf, g); -} - /*------------------------------------------------------------------------*/ /* Functions Called To Add A Log */
