diff options
author | TingPing <tingping@tingping.se> | 2014-12-28 13:57:36 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-28 22:29:06 -0500 |
commit | 5beaf15f217e33e32a02eb84b4c40d7e514b06d7 (patch) | |
tree | 92b271f6fe1ce7b10a3eb7f036ccae278efcc9f9 /src/common/hexchat.c | |
parent | 1b2bee37e43baca9b0ec58061561fdb60c31cef8 (diff) |
Remove option to use socks5 library
This was always disabled by default and is not required for the current socks support. I am not even sure this library is packaged by any distro?
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 4 |
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; |