aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwlparamset.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llwlparamset.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/linden/indra/newview/llwlparamset.h b/linden/indra/newview/llwlparamset.h
index 6fa0bff..ed3453d 100644
--- a/linden/indra/newview/llwlparamset.h
+++ b/linden/indra/newview/llwlparamset.h
@@ -132,18 +132,10 @@ public:
132 /// get the star brightness value; 132 /// get the star brightness value;
133 F32 getStarBrightness(); 133 F32 getStarBrightness();
134 134
135 /// set the star's brightness
136 /// \param val brightness value
137 void setSunAngle(F32 val); 135 void setSunAngle(F32 val);
138
139 /// get the star brightness value;
140 F32 getSunAngle(); 136 F32 getSunAngle();
141 137
142 /// set the star's brightness
143 /// \param val brightness value
144 void setEastAngle(F32 val); 138 void setEastAngle(F32 val);
145
146 /// get the star brightness value;
147 F32 getEastAngle(); 139 F32 getEastAngle();
148 140
149 141