diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-07-18 18:10:22 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-07-18 18:10:22 +0300 |
commit | f55ca2239bbd48a4762829db47db6a063b1e9d4e (patch) | |
tree | 0bc9a6738bd35cb9522920a94354ef1ef115eb5e | |
parent | e9288e8112d663cb3bea644071adf3b2471ef5f4 (diff) |
Fix mac build issue
-rw-r--r-- | indra/newview/llworld.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llworld.h b/indra/newview/llworld.h index b6d3fcf7b1..5dee8eea0f 100644 --- a/indra/newview/llworld.h +++ b/indra/newview/llworld.h @@ -198,8 +198,6 @@ private: U32 mNumOfActiveCachedObjects; U64MicrosecondsImplicit mSpaceTimeUSec; - BOOL mClassicCloudsEnabled; - //////////////////////////// // // Data for "Fake" objects |