diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llpaneldisplay.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
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; |