core/s2smanager.lua

changeset 265
1f851b6f5e11
parent 260
182f0c895676
child 266
34b053c001f8
--- a/core/s2smanager.lua	Fri Nov 14 18:46:00 2008 +0000
+++ b/core/s2smanager.lua	Fri Nov 14 18:54:19 2008 +0000
@@ -28,9 +28,6 @@
 
 module "s2smanager"
 
-function connect_host(from_host, to_host)
-end
-
 function send_to_host(from_host, to_host, data)
 	local host = hosts[from_host].s2sout[to_host];
 	if host then
@@ -67,10 +64,6 @@
 	end
 end
 
-function disconnect_host(host)
-	
-end
-
 local open_sessions = 0;
 
 function new_incoming(conn)

mercurial