From 5c0dcb4a728cb7ed02c3e70154641dd51c113019 Mon Sep 17 00:00:00 2001 From: callum_linden Date: Fri, 17 Oct 2014 20:44:43 -0700 Subject: Update to build on Xcode 6.0: collection of removal of unused const variables [-Wunused-const-variable] and member variables --- indra/llui/llscrollcontainer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/llui/llscrollcontainer.cpp') 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; -- cgit v1.2.3