From fb2b4115b357b39aed153b77c42d39b3d64ccbf5 Mon Sep 17 00:00:00 2001 From: enko Date: Wed, 19 Nov 2008 00:48:26 +0100 Subject: [PATCH] uneeded functions removed --- chat.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/chat.js b/chat.js index 5227598..4fa30c0 100644 --- a/chat.js +++ b/chat.js @@ -1,4 +1,4 @@ -// Settings +//Settings // Config starts here var endpoint = 'xmpphp/chat_backend.php' @@ -67,15 +67,6 @@ function addChatMessage(nick, message) { addLog(logentry); } - -function SendMessageRaw(message) { - -} - -function SendMessage(message) { - -} - function handleEvent() { $.getJSON(endpoint,{'op' : 'GetEvents'}, function(data) { if(data['status'] == 0) { -- 2.11.4.GIT