diff options
| author | callum_linden <none@none> | 2014-10-17 16:52:32 -0700 |
|---|---|---|
| committer | callum_linden <none@none> | 2014-10-17 16:52:32 -0700 |
| commit | 7359e9300a8188f453e7cff39af2cac3dd8831ee (patch) | |
| tree | ea03685c9036da2001b6b8eb9c472bfab64c9592 /indra/llui/llaccordionctrl.cpp | |
| parent | f7e4c27add56952a7d2d0fb475e439922640825e (diff) | |
Update to build on Xcode 6.0: collection of removal of unused const variables [-Wunused-const-variable]
Diffstat (limited to 'indra/llui/llaccordionctrl.cpp')
| -rwxr-xr-x | indra/llui/llaccordionctrl.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/llui/llaccordionctrl.cpp b/indra/llui/llaccordionctrl.cpp index b787794b95..3067d9d1ba 100755 --- a/indra/llui/llaccordionctrl.cpp +++ b/indra/llui/llaccordionctrl.cpp @@ -36,25 +36,17 @@ #include "boost/bind.hpp" -static const S32 DRAGGER_BAR_MARGIN = 4; -static const S32 DRAGGER_BAR_HEIGHT = 5; static const S32 BORDER_MARGIN = 2; static const S32 PARENT_BORDER_MARGIN = 5; - -static const S32 panel_delta = DRAGGER_BAR_MARGIN; // Distanse between two panels - -static const S32 HORIZONTAL_MULTIPLE = 8; static const S32 VERTICAL_MULTIPLE = 16; static const F32 MIN_AUTO_SCROLL_RATE = 120.f; static const F32 MAX_AUTO_SCROLL_RATE = 500.f; static const F32 AUTO_SCROLL_RATE_ACCEL = 120.f; - // LLAccordionCtrl =================================================================| static LLDefaultChildRegistry::Register<LLAccordionCtrl> t2("accordion"); - LLAccordionCtrl::LLAccordionCtrl(const Params& params):LLPanel(params) , mFitParent(params.fit_parent) , mAutoScrolling( false ) |
