diff options
author | Oz Linden <oz@lindenlab.com> | 2013-11-26 16:09:43 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-11-26 16:09:43 -0500 |
commit | fe3a9306233d8fddbbb7d961c398e51d49c29b42 (patch) | |
tree | 1875aa113b8b356b26eada5bb64cbf5b0d15824d /indra/llui/lltabcontainer.h | |
parent | 335810246253c04ac3c2ab4f5db556991ed717d6 (diff) | |
parent | 52ec6f9af029797615a80e5a889572c18914d56e (diff) |
merge fix for STORM-1984
Diffstat (limited to 'indra/llui/lltabcontainer.h')
-rwxr-xr-x | indra/llui/lltabcontainer.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/indra/llui/lltabcontainer.h b/indra/llui/lltabcontainer.h index 7e7d4ac6e6..57862fc626 100755 --- a/indra/llui/lltabcontainer.h +++ b/indra/llui/lltabcontainer.h @@ -62,15 +62,12 @@ public: Optional<LLUIImage*> tab_top_image_unselected, tab_top_image_selected, tab_top_image_flash, - tab_top_image_hovered, tab_bottom_image_unselected, tab_bottom_image_selected, tab_bottom_image_flash, - tab_bottom_image_hovered, tab_left_image_unselected, tab_left_image_selected, - tab_left_image_flash, - tab_left_image_hovered; + tab_left_image_flash; TabParams(); }; @@ -117,11 +114,6 @@ public: */ Optional<S32> tab_icon_ctrl_pad; - /** - * This variable is used to found out should we highlight tab button on hover - */ - Optional<bool> use_highlighting_on_hover; - Params(); }; @@ -315,7 +307,6 @@ private: bool mOpenTabsOnDragAndDrop; S32 mTabIconCtrlPad; bool mUseTabEllipses; - bool mUseHighlightingOnHover; }; #endif // LL_TABCONTAINER_H |