diff options
Diffstat (limited to 'linden/indra/newview/llpaneldisplay.h')
-rw-r--r-- | linden/indra/newview/llpaneldisplay.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/linden/indra/newview/llpaneldisplay.h b/linden/indra/newview/llpaneldisplay.h index ed711c5..305b290 100644 --- a/linden/indra/newview/llpaneldisplay.h +++ b/linden/indra/newview/llpaneldisplay.h | |||
@@ -90,17 +90,9 @@ public: | |||
90 | void refreshEnabledState(); | 90 | void refreshEnabledState(); |
91 | 91 | ||
92 | protected: | 92 | protected: |
93 | LLCheckBoxCtrl *mCtrlAnisotropic; // Anisitropic filtering | ||
94 | LLSpinCtrl *mCtrlGamma; | ||
95 | LLSpinCtrl *mCtrlNighttimeBrightness; // user adjusted nighttime brightness ([0.0, 2.0] 1.0 = normal) | ||
96 | LLCheckBoxCtrl *mCtrlUseAGP; // Use AGP if available | ||
97 | LLSpinCtrl *mCtrlFogRatio; // Fig distance / draw distance ratio | ||
98 | LLSpinCtrl *mCtrlParticles; // Max number of particles | ||
99 | LLSpinCtrl *mCtrlCompositeLimit; // Max num non-self avatars that can be composited | ||
100 | |||
101 | LLRadioGroup* mRadioVideoCardMem; | 93 | LLRadioGroup* mRadioVideoCardMem; |
102 | 94 | ||
103 | BOOL mUseAGP; | 95 | BOOL mUseVBO; |
104 | BOOL mUseAniso; | 96 | BOOL mUseAniso; |
105 | F32 mGamma; | 97 | F32 mGamma; |
106 | F32 mBrightness; | 98 | F32 mBrightness; |