diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-29 18:00:26 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-29 18:00:26 -0500 |
commit | 56ae3e0a083aefcbd6d7c955bb2c7e9e58000a4b (patch) | |
tree | 53ad2998536760442a00b1d239a7223e864ba3c9 /indra/newview/llvovolume.cpp | |
parent | fd6b5ea8c3df7e8b4b648ac7ecc9f30eedd4b7c0 (diff) | |
parent | 36fd0f7ca932cce5cd3614c16cd26aceedf57952 (diff) |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index f220547499..685b24d5d6 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -105,7 +105,6 @@ S32 LLVOVolume::mRenderComplexity_current = 0; LLPointer<LLObjectMediaDataClient> LLVOVolume::sObjectMediaClient = NULL; LLPointer<LLObjectMediaNavigateClient> LLVOVolume::sObjectMediaNavigateClient = NULL; -extern BOOL gGLDebugLoggingEnabled; extern BOOL gCubeSnapshot; // Implementation class of LLMediaDataClientObject. See llmediadataclient.h |