diff options
author | callum_linden <none@none> | 2014-10-17 20:47:25 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 20:47:25 -0700 |
commit | c3438033aa7fad230f4b2e4301386d6db0d84aef (patch) | |
tree | b537a6acd4fb1a92f3cda27b464c7f3b1e606c16 /indra/llui | |
parent | 5c0dcb4a728cb7ed02c3e70154641dd51c113019 (diff) |
Update to build on Xcode 6.0: statement has no effect (debugging error perhaps) [-Wself-
assign]
Diffstat (limited to 'indra/llui')
-rwxr-xr-x | indra/llui/llscrolllistctrl.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index 5f72ee3ac6..cf8be57908 100755 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -2095,9 +2095,6 @@ BOOL LLScrollListCtrl::handleKeyHere(KEY key,MASK mask ) // not called from parent means we have keyboard focus or a child does if (mCanSelect) { - // Ignore capslock - mask = mask; - if (mask == MASK_NONE) { switch(key) |