From b0bfd62708158be23e21e6a1021650b4a988dc27 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sun, 16 Nov 2008 05:06:38 +0500 Subject: Removed unused function send_to_session from sessionmanager (send_to_session replaced by session.send) --- core/sessionmanager.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 93ba3b84..0d65f6d6 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -55,11 +55,6 @@ function destroy_session(session) end end -function send_to_session(session, data) - log("debug", "Sending: %s", tostring(data)); - session.conn.write(tostring(data)); -end - function make_authenticated(session, username) session.username = username; if session.type == "c2s_unauthed" then -- cgit v1.2.3