diff -r 730ba0d0b459 -r fe82a0c5e5ec plugins/tcl/tcl.c --- a/plugins/tcl/tcl.c Sat Aug 13 18:40:40 2005 +0000 +++ b/plugins/tcl/tcl.c Sat Aug 13 22:09:34 2005 +0000 @@ -319,8 +319,6 @@ static gboolean tcl_load(GaimPlugin *plugin) { - gaim_debug_register_category("tcl"); - if(!tcl_loaded) return FALSE; tcl_glib_init(); @@ -339,8 +337,6 @@ g_hash_table_destroy(tcl_plugins); tcl_plugins = NULL; - gaim_debug_unregister_category("tcl"); - return TRUE; }