summaryrefslogtreecommitdiff
path: root/indra/newview/llsky.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llsky.h')
-rw-r--r--indra/newview/llsky.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/llsky.h b/indra/newview/llsky.h
index 8b4f91b7d7..626076fea4 100644
--- a/indra/newview/llsky.h
+++ b/indra/newview/llsky.h
@@ -70,14 +70,15 @@ public:
F32 getFogRatio() const;
LLColor4U getFadeColor() const;
- LLVector3 getSunDirection() const;
- LLVector3 getMoonDirection() const;
+ //LLVector3 getSunDirection() const;
+ //LLVector3 getMoonDirection() const;
+
LLColor4 getSunDiffuseColor() const;
LLColor4 getMoonDiffuseColor() const;
LLColor4 getSunAmbientColor() const;
LLColor4 getMoonAmbientColor() const;
LLColor4 getTotalAmbientColor() const;
- BOOL sunUp() const;
+ //BOOL sunUp() const;
// Legacy
void setSunPhase(const F32) { }