Mercurial > pidgin
diff src/dialogs.c @ 2746:a0da8be3db45
[gaim-migrate @ 2759]
eh.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 18 Nov 2001 05:42:08 +0000 |
| parents | 0c8de85fee62 |
| children | 3e8004e0df3d |
line wrap: on
line diff
--- a/src/dialogs.c Sun Nov 18 05:37:35 2001 +0000 +++ b/src/dialogs.c Sun Nov 18 05:42:08 2001 +0000 @@ -454,11 +454,6 @@ } -void toggle_confirm_del_cb(GtkWidget *w, int opt) -{ - im_options = im_options ^ opt; -} - void show_confirm_del(struct gaim_connection *gc, gchar *name) { struct confirm_del *b = g_new0(struct confirm_del, 1);
