plugins/tcl/tcl.c

changeset 11256
fe82a0c5e5ec
parent 11033
dc68e074f10d
child 12987
b451eafc33bc
--- 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;
 }
 

mercurial