summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-17 20:47:25 -0700
committercallum_linden <none@none>2014-10-17 20:47:25 -0700
commitc3438033aa7fad230f4b2e4301386d6db0d84aef (patch)
treeb537a6acd4fb1a92f3cda27b464c7f3b1e606c16
parent5c0dcb4a728cb7ed02c3e70154641dd51c113019 (diff)
Update to build on Xcode 6.0: statement has no effect (debugging error perhaps) [-Wself-
assign]
-rwxr-xr-xindra/llui/llscrolllistctrl.cpp3
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)