Delete unused function net_connect()

This commit is contained in:
Will Storey 2017-10-09 13:20:44 -07:00
commit b8b90c76d4
2 changed files with 0 additions and 36 deletions

View file

@ -35,8 +35,6 @@ GIOChannel *g_io_channel_new(int handle);
int net_connect_ip_handle(const IPADDR *ip, int port, const IPADDR *my_ip);
/* Connect to socket */
GIOChannel *net_connect(const char *addr, int port, IPADDR *my_ip) G_GNUC_DEPRECATED;
/* Connect to socket with ip address and SSL*/
GIOChannel *net_connect_ip_ssl(IPADDR *ip, int port, IPADDR *my_ip, SERVER_REC *server);
/* Start TLS */