diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelinput.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/linden/indra/newview/llpanelinput.h b/linden/indra/newview/llpanelinput.h index e73e0ed..2f99f99 100644 --- a/linden/indra/newview/llpanelinput.h +++ b/linden/indra/newview/llpanelinput.h | |||
@@ -34,11 +34,6 @@ | |||
34 | 34 | ||
35 | #include "llpanel.h" | 35 | #include "llpanel.h" |
36 | 36 | ||
37 | class LLCheckBoxCtrl; | ||
38 | class LLSlider; | ||
39 | class LLSliderCtrl; | ||
40 | class LLSpinCtrl; | ||
41 | |||
42 | class LLPanelInput : public LLPanel | 37 | class LLPanelInput : public LLPanel |
43 | { | 38 | { |
44 | public: | 39 | public: |
@@ -46,23 +41,11 @@ public: | |||
46 | virtual ~LLPanelInput(); | 41 | virtual ~LLPanelInput(); |
47 | 42 | ||
48 | virtual BOOL postBuild(); | 43 | virtual BOOL postBuild(); |
49 | virtual void refresh(); | ||
50 | void apply(); | 44 | void apply(); |
51 | void cancel(); | 45 | void cancel(); |
52 | 46 | ||
53 | private: | 47 | private: |
54 | static void onClickJoystickSetup(void* user_data); | 48 | static void onClickJoystickSetup(void* user_data); |
55 | |||
56 | protected: | ||
57 | F32 mMouseSensitivityVal; | ||
58 | BOOL mAutomaticFly; | ||
59 | BOOL mInvertMouse; | ||
60 | BOOL mEditCameraMovement; | ||
61 | BOOL mAppearanceCameraMovement; | ||
62 | BOOL mFirstPersonAvatarVisible; | ||
63 | F32 mDynamicCameraStrengthVal; | ||
64 | S32 mNumpadControlVal; | ||
65 | |||
66 | }; | 49 | }; |
67 | 50 | ||
68 | #endif | 51 | #endif |