diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2021-10-21 16:47:48 -0700 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2021-10-21 16:47:48 -0700 |
commit | d84a08379e01ca755bafb68ef58c6d2fe8c95780 (patch) | |
tree | 59a373a375dd3cd1432eb88ff551e1ccd1861a1a /indra | |
parent | a172c9d9cf358c3d9329a1777e30f627f50d5aaa (diff) |
SL-16127: Remove unused functions
Diffstat (limited to 'indra')
-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(); } |