Small changes that seem to make clang happier.

This commit is contained in:
Lirusaito
2012-04-30 23:48:30 -04:00
parent a82953d0d0
commit e20b383aa0
6 changed files with 7 additions and 5 deletions

View File

@@ -2372,7 +2372,7 @@ BOOL LLScrollListCtrl::handleKeyHere(KEY key,MASK mask )
if (mCanSelect)
{
// Ignore capslock
mask = mask;
//mask = mask; //Why was this here?
if (mask == MASK_NONE)
{