diff options
| author | Rye <rye@alchemyviewer.org> | 2025-12-01 09:02:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 16:02:52 +0200 |
| commit | 19d9ded23d8f945d102cc0a87fe05bc2685409d5 (patch) | |
| tree | f1fae6584435c7022f5c168c1be27641d55f8df0 /indra/newview/llappviewer.cpp | |
| parent | 8fe23ca76d5dc922ab6c44062a7accaa82d75bcb (diff) | |
#5078 Remove dead experimental atmospherics code
Remove dead experimental atmospherics code left over from EEP development
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a3ca25855d..72bfdcf83c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -216,7 +216,6 @@ #include "llfloatersimplesnapshot.h" #include "llfloatersnapshot.h" #include "llsidepanelinventory.h" -#include "llatmosphere.h" // includes for idle() idleShutdown() #include "llviewercontrol.h" @@ -1700,8 +1699,6 @@ void LLAppViewer::flushLFSIO() bool LLAppViewer::cleanup() { - LLAtmosphere::cleanupClass(); - //ditch LLVOAvatarSelf instance gAgentAvatarp = NULL; |
