Remove unused gPopupMenuView and MENU_BAR_WIDTH and other associated code
This commit is contained in:
@@ -758,7 +758,7 @@ BOOL LLToolCompGun::handleHover(S32 x, S32 y, MASK mask)
|
||||
{
|
||||
// *NOTE: This hack is here to make mouselook kick in again after
|
||||
// item selected from context menu.
|
||||
if ( mCur == mNull && !gPopupMenuView->getVisible() )
|
||||
if (mCur == mNull)
|
||||
{
|
||||
LLSelectMgr::getInstance()->deselectAll();
|
||||
setCurrentTool( (LLTool*) mGrab );
|
||||
|
||||
Reference in New Issue
Block a user