Mercurial > pidgin
diff src/prpl.h @ 2232:14e8978f86bb
[gaim-migrate @ 2242]
heh.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 07 Sep 2001 08:58:24 +0000 |
| parents | 8c4ff1a368bd |
| children | 933346315b9b |
line wrap: on
line diff
--- a/src/prpl.h Fri Sep 07 08:09:22 2001 +0000 +++ b/src/prpl.h Fri Sep 07 08:58:24 2001 +0000 @@ -86,15 +86,6 @@ GList *(* buddy_menu)(struct gaim_connection *, char *); GList *(* chat_info)(struct gaim_connection *); - /* when UI plugins come, these will have to be reconciled by returning - * structs indicating what kinds of information they want displayed. */ - /* new thought though. instead of UI plugins, just do like X-Chat does; - * have different src- dirs in src: src-common, src-gtk, src-cli, etc. - * then have a prpl-base and prpl-UI stuff. people don't need to change - * their UIs all that often anyway. */ - void (* draw_new_user)(GtkWidget *); - void (* do_new_user)(); - /* all the server-related functions */ void (* login) (struct aim_user *); void (* close) (struct gaim_connection *);
