From 3518d7afa27842df672decef80304fb36f219e98 Mon Sep 17 00:00:00 2001 From: shagu Date: Mon, 29 Aug 2016 01:11:40 +0200 Subject: [PATCH] remove useless variable --- modules/chat.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/chat.lua b/modules/chat.lua index 8120e911..4396662a 100644 --- a/modules/chat.lua +++ b/modules/chat.lua @@ -302,11 +302,6 @@ pfUI:RegisterModule("chat", function () end ChatFrameEditBox:SetAltArrowKeyMode(false) - local shortnames = { channel1 = "[1]", channel2 = "[2]", - channel3 = "[3]", channel4 = "[4]", channel5 = "[5]", - channel6 = "[6]", channel7 = "[7]", channel8 = "[8]", - channel9 = "[9]", channel10 = "[10]", } - local default = " " .. "%s" .. "|r:" .. "\32" CHAT_CHANNEL_GET = "%s" .. "|r:" .. "\32"; CHAT_GUILD_GET = '[G]' .. default