Partially remove the select function

This commit is contained in:
Bunny67
2017-12-27 00:47:12 +03:00
parent c8c0e191c9
commit cad6a274a2
18 changed files with 39 additions and 61 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
--Cache global variables
--Lua functions
local _G = getfenv()
local print, tostring, select = print, tostring, select
local print, tostring = print, tostring
local format = string.format
--WoW API / Variables
local GetMouseFocus = GetMouseFocus