diff options
-rw-r--r-- | indra/newview/llvosky.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h index 39e42bbb24..ddcb3b1742 100644 --- a/indra/newview/llvosky.h +++ b/indra/newview/llvosky.h @@ -214,7 +214,6 @@ public: // Initialize/delete data that's only inited once per class. void init(); void initCubeMap(); - void initEmpty(); void cleanupGL(); void restoreGL(); @@ -253,8 +252,6 @@ public: LLColor4 getSkyFogColor() const { return m_legacyAtmospherics.getFogColor(); } LLColor4 getGLFogColor() const { return m_legacyAtmospherics.getGLFogColor(); } - LLColor4U getFadeColor() const; - void setCloudDensity(F32 cloud_density) { mCloudDensity = cloud_density; } void setWind ( const LLVector3& wind ) { mWind = wind.length(); } |