From a4d36840c91c4ae2cbd53d9bb5594ebb98298847 Mon Sep 17 00:00:00 2001 From: staphen Date: Sun, 29 Mar 2026 10:15:07 -0400 Subject: [PATCH] Remove unused variable in CheckVisualStoreHLight() --- Source/qol/visual_store.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/qol/visual_store.cpp b/Source/qol/visual_store.cpp index 1fd592bd5..7649c0f18 100644 --- a/Source/qol/visual_store.cpp +++ b/Source/qol/visual_store.cpp @@ -516,7 +516,6 @@ void DrawVisualStore(const Surface &out) int16_t CheckVisualStoreHLight(Point mousePosition) { // Check buttons first - const Point panelPos = GetPanelPosition(UiPanels::Stash); if (MyPlayer->HoldItem.isEmpty()) { for (int i = 0; i < 4; i++) { // Skip tab buttons if vendor doesn't have tabs