Remove unused functions

This commit is contained in:
Will Storey 2019-02-18 11:39:45 -08:00
commit c25d24220f
4 changed files with 2 additions and 121 deletions

View file

@ -21,7 +21,7 @@ unsigned int no_reconnect:1; /* Don't reconnect to server */
NET_SENDBUF_REC *handle;
int readtag; /* input tag */
/* for net_connect_nonblock() */
/* for net_gethostbyname_return() */
GIOChannel *connect_pipe[2];
int connect_tag;
int connect_pid;