From 967bec7bde43e80dc6b07a62ffa8c5bc485a1df1 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Fri, 29 May 2026 10:43:54 +0200 Subject: [PATCH] refactor(sortBtn): drop dead accumulator left after DoContainerMoves rewrite --- Bagnon/components/sortBtn.lua | 1 - 1 file changed, 1 deletion(-) 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;