diff --git a/Bagnon/components/sortBtn.lua b/Bagnon/components/sortBtn.lua index 4be7592..b0d1df5 100644 --- a/Bagnon/components/sortBtn.lua +++ b/Bagnon/components/sortBtn.lua @@ -14,7 +14,6 @@ local NORMAL_TEXTURE_SIZE = 64 * (SIZE / 36) -- Bag Sorter code from Sushi Regular local moves = {}; local frame = CreateFrame("Frame"); -local t = 0; local current = nil; local isGuildBankSort = false;