diff options
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-x | indra/newview/llvocache.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 1fa019cfa6..7c7b64ad5b 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -172,14 +172,11 @@ public: void resetOccluders(); void processOccluders(LLCamera* camera); - void setDirty(); - public: static BOOL sNeedsOcclusionCheck; //static LLTrace::MemStatHandle sMemStat; private: - BOOL mDirty; U32 mCullHistory[LLViewerCamera::NUM_CAMERAS]; U32 mCulledTime[LLViewerCamera::NUM_CAMERAS]; std::set<LLOcclusionCullingGroup*> mOccludedGroups; |