# HG changeset patch # User Todd Kulesza # Date 965426470 0 # Node ID 1301715fc1196f76d99ce22a6fc222cd30a932a1 # Parent e33dfed611c96ca5fedf7437d7b3207a4860cdec [gaim-migrate @ 619] hehe, i guess i could delete this oversized, commented-out block, now couldn't i... if ms coders did that, maybe windows wouldn't be over a million lines of code :P wait, what am i saying... ;) committer: Tailor Script diff -r e33dfed611c9 -r 1301715fc119 src/dialogs.c --- a/src/dialogs.c Fri Aug 04 21:56:18 2000 +0000 +++ b/src/dialogs.c Fri Aug 04 22:01:10 2000 +0000 @@ -1862,22 +1862,6 @@ cancel_log(NULL, c); } -/* -static void cancel_log(GtkWidget *w, char *name) -{ - - struct conversation *c = gtk_object_get_user_data(GTK_OBJECT(logdialog)); - - if (c != NULL) - { - set_state_lock(1); - gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(c->log_button), FALSE); - set_state_lock(0); - } - destroy_dialog(NULL, logdialog); -} -*/ - void show_log_dialog(struct conversation *c) { char *buf = g_malloc(BUF_LEN);