summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r--indra/newview/llfloaterpreference.h3
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