diff options
author | Rye Cogtail <rye@lindenlab.com> | 2024-09-27 13:09:33 -0400 |
---|---|---|
committer | Rye Cogtail <rye@lindenlab.com> | 2024-09-27 13:22:00 -0400 |
commit | c47678801b061494a40beb3d14d44071954fc387 (patch) | |
tree | 92b6e63aed4e22bda80088a4e8a924891e5d9e91 /indra/newview/llstartup.cpp | |
parent | 294f6a73ea4fa1b1763250b5f74eb19deb7703e4 (diff) |
Remove dead LLPostProcess class and related code
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 6e4a652989..83d6b57fa4 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -181,7 +181,6 @@ #include "llnamelistctrl.h" #include "llnamebox.h" #include "llnameeditor.h" -#include "llpostprocess.h" #include "llagentlanguage.h" #include "llwearable.h" #include "llinventorybridge.h" @@ -1292,10 +1291,6 @@ bool idle_startup() LLDrawable::initClass(); display_startup(); - // init the shader managers - LLPostProcess::initClass(); - display_startup(); - LLAvatarAppearance::initClass("avatar_lad.xml","avatar_skeleton.xml"); display_startup(); |