From b920893fa4be1b5e61e938bda79147a9c5522726 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Thu, 11 Oct 2018 20:43:56 +0100 Subject: removed unused member variables that make xcode 10 unhappy --- indra/newview/llmeshrepository.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'indra/newview/llmeshrepository.h') 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 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 -- cgit v1.2.3