summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-02-19 18:44:20 +0100
committerBardur Arantsson <bardur@scientician.net>2011-02-19 19:32:45 +0100
commit56d359f285b8c73a9fb752f6fb4cd00ecaecba6e (patch)
tree376de690949125b2fab952750aa7277e99a7f49d /src/main.c
parentaa87bec3246b8441343317f0e26e97edb00f6a75 (diff)
Remove IRC functionality and socket code.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 0727e9f1..bbb50c54 100644
--- a/src/main.c
+++ b/src/main.c
@@ -687,10 +687,6 @@ usage:
quit_aux = quit_hook;
- /* Install the zsock hooks we cannot do it later because main-net needs them */
- zsock_init();
-
-
#ifdef USE_GLU
/* Attempt to use the "main-glu.c" support */
if (!done && (!mstr || (streq(mstr, "glu"))))