mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
more unused variable cleanups
This commit is contained in:
parent
3038e53856
commit
1ee127b753
31 changed files with 2 additions and 75 deletions
|
|
@ -1953,7 +1953,6 @@ void GuiMenuBar::closeSubmenu()
|
|||
// Find if the mouse pointer is within a menu item
|
||||
GuiMenuBar::MenuItem *GuiMenuBar::findHitMenuItem(Point2I mousePoint)
|
||||
{
|
||||
Point2I pos = globalToLocalCoord(mousePoint);
|
||||
|
||||
// for(Menu *walk = menuList; walk; walk = walk->nextMenu)
|
||||
// if(walk->visible && walk->bounds.pointInRect(pos))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue