diff options
author | Brad Kittenbrink <brad@lindenlab.com> | 2022-10-18 16:46:43 -0700 |
---|---|---|
committer | Brad Kittenbrink <brad@lindenlab.com> | 2022-10-18 16:46:43 -0700 |
commit | b9b8fa1f5f4959517de1013e0bf610cedecb2426 (patch) | |
tree | 2191ba33294a6024d81f63ff3821c93b3353d32d /indra/newview/llfetchedgltfmaterial.h | |
parent | 58472180696401155159414c20a307cf97f7df44 (diff) |
Fix ror mac build error in SL-18391 lifetime management
Diffstat (limited to 'indra/newview/llfetchedgltfmaterial.h')
-rw-r--r-- | indra/newview/llfetchedgltfmaterial.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfetchedgltfmaterial.h b/indra/newview/llfetchedgltfmaterial.h index 115e85a5e2..4cbe6651c4 100644 --- a/indra/newview/llfetchedgltfmaterial.h +++ b/indra/newview/llfetchedgltfmaterial.h @@ -43,6 +43,3 @@ protected: bool mFetching; }; -extern LLGLTFMaterialList gGLTFMaterialList; - - |