summaryrefslogtreecommitdiff
path: root/indra/llui/llslider.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-10-05 19:31:35 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-10-05 19:31:35 +0300
commitb030d7036f87d30babb4a8df8d256113f46182e9 (patch)
tree5d0cbb90954fee95b1c2b0304f117866a5f2b3cc /indra/llui/llslider.h
parent931ff63019042e45a6ad5ad3df1624c4a49187c3 (diff)
SL-1961 EEP correct disabling of altitude multislider and cleanup
Diffstat (limited to 'indra/llui/llslider.h')
-rw-r--r--indra/llui/llslider.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llui/llslider.h b/indra/llui/llslider.h
index 3b492d8182..484a5373b3 100644
--- a/indra/llui/llslider.h
+++ b/indra/llui/llslider.h
@@ -38,8 +38,7 @@ public:
{
Optional<std::string> orientation;
- Optional<LLUIColor> track_color,
- thumb_outline_color,
+ Optional<LLUIColor> thumb_outline_color,
thumb_center_color;
Optional<LLUIImage*> thumb_image,
@@ -99,7 +98,6 @@ private:
const EOrientation mOrientation;
LLRect mThumbRect;
- LLUIColor mTrackColor;
LLUIColor mThumbOutlineColor;
LLUIColor mThumbCenterColor;