diff options
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 19d4ff617e..bba0c9f2cb 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -535,13 +535,6 @@ private: // Estimated triangle counts derived from the LOD sizes. LOD 0=lowest, 3=highest. std::vector<F32> mEstTrisByLOD; - - // Estimated triangle counts for the largest LOD. Typically this - // is also the "high" LOD, but not necessarily. - F32 mEstTrisMax; - - // Sum of all LOD sizes. - S32 mSizeTotal; }; class LLMeshRepository |