diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-04 20:24:38 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-04 20:24:38 +0300 |
commit | 47cbcb61f8b7cbfb0f14043118c4e50b100d0068 (patch) | |
tree | a227eeb9de0c831dbec3bcadafbd39817c037f1a /indra/newview/llstartup.cpp | |
parent | 56715de2cfc326da3e28d9ae70ba6288db50f7ac (diff) |
DRTVWR-493 Cleaned up unneded inits.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 15b3ba75c9..7f9f0da315 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1226,8 +1226,6 @@ bool idle_startup() LLSurface::initClasses(); display_startup(); - - LLFace::initClass(); display_startup(); LLDrawable::initClass(); |