diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h index 39e42bbb2420c9d185bb398ff1ba9d8ef8d0d898..ddcb3b1742cf7b8728c1594da93c123653751178 100644 --- a/indra/newview/llvosky.h +++ b/indra/newview/llvosky.h @@ -214,7 +214,6 @@ class LLVOSky : public LLStaticViewerObject // Initialize/delete data that's only inited once per class. void init(); void initCubeMap(); - void initEmpty(); void cleanupGL(); void restoreGL(); @@ -253,8 +252,6 @@ class LLVOSky : public LLStaticViewerObject 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(); }