src/proxy.c

changeset 11256
fe82a0c5e5ec
parent 11183
be87fe695c93
child 11428
b3a4026f2811
--- a/src/proxy.c	Sat Aug 13 18:40:40 2005 +0000
+++ b/src/proxy.c	Sat Aug 13 22:09:34 2005 +0000
@@ -1959,12 +1959,6 @@
 {
 	void *handle;
 
-	gaim_debug_register_category("dns");
-	gaim_debug_register_category("proxy");
-	gaim_debug_register_category("http proxy");
-	gaim_debug_register_category("socks5 proxy");
-	gaim_debug_register_category("socks4 proxy");
-
 	/* Initialize a default proxy info struct. */
 	global_proxy_info = gaim_proxy_info_new();
 

mercurial