src/pounce.c

changeset 11256
fe82a0c5e5ec
parent 11033
dc68e074f10d
child 11706
e45dd5c7b259
--- a/src/pounce.c	Sat Aug 13 18:40:40 2005 +0000
+++ b/src/pounce.c	Sat Aug 13 22:09:34 2005 +0000
@@ -980,8 +980,6 @@
 	void *blist_handle = gaim_blist_get_handle();
 	void *conv_handle  = gaim_conversations_get_handle();
 
-	gaim_debug_register_category("pounce");
-
 	pounce_handlers = g_hash_table_new_full(g_str_hash, g_str_equal,
 											g_free, free_pounce_handler);
 
@@ -1021,6 +1019,4 @@
 	}
 
 	gaim_signals_disconnect_by_handle(gaim_pounces_get_handle());
-
-	gaim_debug_unregister_category("pounce");
 }

mercurial