diff -r 730ba0d0b459 -r fe82a0c5e5ec plugins/raw.c --- a/plugins/raw.c Sat Aug 13 18:40:40 2005 +0000 +++ b/plugins/raw.c Sat Aug 13 22:09:34 2005 +0000 @@ -94,8 +94,6 @@ GtkWidget *entry; GtkWidget *dropdown; - gaim_debug_register_category("raw"); - /* Setup the window. */ window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_container_set_border_width(GTK_CONTAINER(window), 6); @@ -136,8 +134,6 @@ window = NULL; - gaim_debug_register_category("raw"); - return TRUE; }