Remove unused variable.

This commit is contained in:
Aleric Inglewood
2013-02-05 02:03:14 +01:00
parent e7aeb3feaf
commit c1e6812f41

View File

@@ -1513,12 +1513,6 @@ BOOL LLFolderView::handleKeyHere( KEY key, MASK mask )
LLMenuGL::sMenuContainer->hideMenus();
}
LLView *item = NULL;
if (getChildCount() > 0)
{
item = *(getChildList()->begin());
}
switch( key )
{
case KEY_F2: