From d84a08379e01ca755bafb68ef58c6d2fe8c95780 Mon Sep 17 00:00:00 2001
From: Ptolemy <ptolemy@lindenlab.com>
Date: Thu, 21 Oct 2021 16:47:48 -0700
Subject: [PATCH] SL-16127: Remove unused functions

---
 indra/newview/llvosky.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h
index 39e42bbb242..ddcb3b1742c 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(); }
 
-- 
GitLab