diff options
author | Rye Cogtail <rye@lindenlab.com> | 2024-09-27 13:23:14 -0400 |
---|---|---|
committer | Rye Cogtail <rye@lindenlab.com> | 2024-09-27 13:23:14 -0400 |
commit | 689ce2b5aaa4efc3663d302fc0d669dc2bd18977 (patch) | |
tree | 086ef6ed9368a354ff097d1ce3d9f9fe644fb454 /indra/newview/llappviewer.cpp | |
parent | 294f6a73ea4fa1b1763250b5f74eb19deb7703e4 (diff) |
Remove dead llatmosphere code
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 377fb4d486..ea39dbec4c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -220,7 +220,6 @@ #include "llfloatersimplesnapshot.h" #include "llfloatersnapshot.h" #include "llsidepanelinventory.h" -#include "llatmosphere.h" // includes for idle() idleShutdown() #include "llviewercontrol.h" @@ -1763,8 +1762,6 @@ void LLAppViewer::flushLFSIO() bool LLAppViewer::cleanup() { - LLAtmosphere::cleanupClass(); - //ditch LLVOAvatarSelf instance gAgentAvatarp = NULL; |