diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-01 22:23:49 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-01 22:23:49 +0300 |
commit | fc03a5679e34a35f3e4773198b52cac1bd6be0b7 (patch) | |
tree | e3a724e7ee105826074756b90caac3ada71f64b3 /indra/newview/llfloaterpreference.h | |
parent | 5213c4f1ec108f0a68e185bec85f2c77ded6bacf (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 2fe3b98abd..9100a91356 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -302,7 +302,6 @@ public: ~LLPanelPreferenceControls(); BOOL postBuild(); - BOOL handleHover(S32 x, S32 y, MASK mask); void apply(); void cancel(); @@ -325,12 +324,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 |