Skip to content

Commit a4d3684

Browse files
committed
Remove unused variable in CheckVisualStoreHLight()
1 parent 0ecc3ed commit a4d3684

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/qol/visual_store.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ void DrawVisualStore(const Surface &out)
516516
int16_t CheckVisualStoreHLight(Point mousePosition)
517517
{
518518
// Check buttons first
519-
const Point panelPos = GetPanelPosition(UiPanels::Stash);
520519
if (MyPlayer->HoldItem.isEmpty()) {
521520
for (int i = 0; i < 4; i++) {
522521
// Skip tab buttons if vendor doesn't have tabs

0 commit comments

Comments
 (0)