diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-11 16:25:24 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-11 16:25:24 +0300 |
commit | 8df0583db09426904523f8dc70d638f9b8f2d809 (patch) | |
tree | 5ad7efe9d69d186c3094973c32baaac58968a862 /indra/newview/llappviewer.cpp | |
parent | 47cbcb61f8b7cbfb0f14043118c4e50b100d0068 (diff) |
DRTVWR-493 Cleanup LLSkinningUtil
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 076594a5c8..0435c3d398 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -100,7 +100,6 @@ #include "llscenemonitor.h" #include "llavatarrenderinfoaccountant.h" #include "lllocalbitmaps.h" -#include "llskinningutil.h" // Linden library includes #include "llavatarnamecache.h" @@ -798,9 +797,6 @@ bool LLAppViewer::init() LL_INFOS("InitInfo") << "Configuration initialized." << LL_ENDL ; - // initialize skinning util - LLSkinningUtil::initClass(); - //set the max heap size. initMaxHeapSize() ; LLCoros::instance().setStackSize(gSavedSettings.getS32("CoroutineStackSize")); |