diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-01 22:23:49 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 14:49:40 +0300 |
commit | 04081c0bc882cecb7647648eb035f0f2334bf983 (patch) | |
tree | 454b752a597efcfe6079c00b8a8fd91c065e670a /indra/newview/llfloaterpreference.h | |
parent | af7cefe031b0680253c7b0c082216af841a10939 (diff) |
SL-6109 Better hover and docking of keybinder
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index e07ead7e18..570f1c6caf 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -303,7 +303,6 @@ public: ~LLPanelPreferenceControls(); BOOL postBuild(); - BOOL handleHover(S32 x, S32 y, MASK mask); void apply(); void cancel(); @@ -326,12 +325,10 @@ private: LLScrollListCtrl* pControlsTable; LLComboBox *pKeyModeBox; - LLScrollListCell *mHighlightedCell; LLKeyConflictHandler mConflictHandler[LLKeyConflictHandler::MODE_COUNT]; std::string mEditingControl; S32 mEditingColumn; S32 mEditingMode; - bool mShowKeyDialog; }; class LLFloaterPreferenceGraphicsAdvanced : public LLFloater |