summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-10-11 20:43:56 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-10-11 20:43:56 +0100
commitb920893fa4be1b5e61e938bda79147a9c5522726 (patch)
tree0c48c55730a673493591467f524eacd60bd99a68 /indra/newview/llmeshrepository.h
parent3747e3dcc17148efa9ba2cd85faf68bef4f8dd27 (diff)
removed unused member variables that make xcode 10 unhappy
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r--indra/newview/llmeshrepository.h7
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