From e4daeaa9cde123da3eca261d8839c6db2a8c9157 Mon Sep 17 00:00:00 2001 From: fkloft Date: Fri, 16 Jan 2015 20:23:20 +0100 Subject: [PATCH] remove unused variable --- code/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/chat.js b/code/chat.js index 2db6878c..5456e3fb 100644 --- a/code/chat.js +++ b/code/chat.js @@ -273,7 +273,7 @@ window.chat.writeDataToHash = function(newData, storageHash, isPublicChannel, is //remove "Your X on Y was destroyed by Z" from the faction channel if (systemNarrowcast && !isPublicChannel) return true; - var msg = '', nick = '', pguid; + var msg = '', nick = ''; $.each(json[2].plext.markup, function(ind, markup) { switch(markup[0]) { case 'SENDER': // user generated messages