diff options
author | callum_linden <none@none> | 2014-10-17 20:44:43 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 20:44:43 -0700 |
commit | 5c0dcb4a728cb7ed02c3e70154641dd51c113019 (patch) | |
tree | cb5b8fa423bcc3337f135a04d037a3810228b6a7 /indra/llui/llscrollcontainer.cpp | |
parent | 4e55456d8b6538a0fbfa67e6852453df7efa3424 (diff) |
Update to build on Xcode 6.0: collection of removal of unused const variables [-Wunused-const-variable] and member variables
Diffstat (limited to 'indra/llui/llscrollcontainer.cpp')
-rwxr-xr-x | indra/llui/llscrollcontainer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llscrollcontainer.cpp b/indra/llui/llscrollcontainer.cpp index 8c506d76bb..898e13a2c5 100755 --- a/indra/llui/llscrollcontainer.cpp +++ b/indra/llui/llscrollcontainer.cpp @@ -48,7 +48,6 @@ /// Local function declarations, constants, enums, and typedefs ///---------------------------------------------------------------------------- -static const S32 HORIZONTAL_MULTIPLE = 8; static const S32 VERTICAL_MULTIPLE = 16; static const F32 AUTO_SCROLL_RATE_ACCEL = 120.f; |