Remove unused gPopupMenuView and MENU_BAR_WIDTH and other associated code

This commit is contained in:
Liru Færs
2019-10-20 01:32:56 -04:00
parent a644b2dee5
commit f5fd05a1e4
8 changed files with 4 additions and 47 deletions

View File

@@ -5451,13 +5451,6 @@ void LLSelectMgr::processObjectProperties(LLMessageSystem* msg, void** user_data
dialog_refresh_all();
// silly hack to allow 'save into inventory'
if(gPopupMenuView->getVisible())
{
gPopupMenuView->setItemEnabled(SAVE_INTO_INVENTORY,
enable_save_into_inventory(NULL));
}
// hack for left-click buy object
LLToolPie::selectionPropertiesReceived();
}