Skip to content

Commit

Permalink
Editor: quiet unused warning in AddressBarEx control
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Jan 5, 2025
1 parent 6342308 commit bb3b65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/AGS.Controls/AdressBarEx/AddressBarExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,9 @@ private void CreateOverflowDropDown()
tsddOverflow.Items.Clear();
}

ToolStripDropDownButton currentDrop = null;
// ToolStripDropDownButton currentDrop = null;
ToolStripItem tsi = null;
ToolStripItem currentItem = null;
// ToolStripItem currentItem = null;

// whilst we have too many nodes to render
while (TooManyNodes())
Expand Down

0 comments on commit bb3b65b

Please sign in to comment.