From f43dc63f9820ba0d3ff30efd2c45bf6dc5d2af51 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 12 Feb 2012 00:08:53 +1000 Subject: New sendBack and sendForth global functions. --- LuaSL/src/LuaSL_main.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'LuaSL/src/LuaSL_main.c') diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c index e209023..41fa45a 100644 --- a/LuaSL/src/LuaSL_main.c +++ b/LuaSL/src/LuaSL_main.c @@ -5,14 +5,6 @@ static int CPUs = 4; static Eina_Strbuf *clientStream; -static void sendBack(gameGlobals *game, Ecore_Con_Client *client, const char *SID, const char *message) -{ - char buf[PATH_MAX]; - - sprintf(buf, "%s.%s\n", SID, message); - ecore_con_client_send(client, buf, strlen(buf)); - ecore_con_client_flush(client); -} static Eina_Bool _add(void *data, int type __UNUSED__, Ecore_Con_Event_Client_Add *ev) { -- cgit v1.1