summary refs log tree commit diff stats
path: root/src/common/hexchat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r--src/common/hexchat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c
index 7db7e6ca..021c5838 100644
--- a/src/common/hexchat.c
+++ b/src/common/hexchat.c
@@ -1038,10 +1038,6 @@ main (int argc, char *argv[])
 	/* we MUST do this after load_config () AND before fe_init (thus gtk_init) otherwise it will fail */
 	set_locale ();
 
-#ifdef SOCKS
-	SOCKSinit (argv[0]);
-#endif
-
 	ret = fe_args (argc, argv);
 	if (ret != -1)
 		return ret;