diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-05 19:31:35 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-05 19:31:35 +0300 |
commit | b030d7036f87d30babb4a8df8d256113f46182e9 (patch) | |
tree | 5d0cbb90954fee95b1c2b0304f117866a5f2b3cc /indra/llui/llslider.cpp | |
parent | 931ff63019042e45a6ad5ad3df1624c4a49187c3 (diff) |
SL-1961 EEP correct disabling of altitude multislider and cleanup
Diffstat (limited to 'indra/llui/llslider.cpp')
-rw-r--r-- | indra/llui/llslider.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llslider.cpp b/indra/llui/llslider.cpp index 6925c0a130..62df5a2c38 100644 --- a/indra/llui/llslider.cpp +++ b/indra/llui/llslider.cpp @@ -42,7 +42,6 @@ static LLDefaultChildRegistry::Register<LLSlider> r1("slider_bar"); LLSlider::Params::Params() : orientation ("orientation", std::string ("horizontal")), - track_color("track_color"), thumb_outline_color("thumb_outline_color"), thumb_center_color("thumb_center_color"), thumb_image("thumb_image"), @@ -60,7 +59,6 @@ LLSlider::LLSlider(const LLSlider::Params& p) : LLF32UICtrl(p), mMouseOffset( 0 ), mOrientation ((p.orientation() == "horizontal") ? HORIZONTAL : VERTICAL), - mTrackColor(p.track_color()), mThumbOutlineColor(p.thumb_outline_color()), mThumbCenterColor(p.thumb_center_color()), mThumbImage(p.thumb_image), |