diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-08 23:00:51 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-08 23:00:51 +0300 |
commit | e624d8287365148682185d1f90e2bcf91d569cdf (patch) | |
tree | 3fa61fc4befdb6f53c19bef40c3897797ba6223f /indra/llinventory/llsettingsbase.h | |
parent | 7f0b06e0ba6430c6011b061c60d3699ee92ed272 (diff) |
SL-12963 Additional environment debug output
Diffstat (limited to 'indra/llinventory/llsettingsbase.h')
-rw-r--r-- | indra/llinventory/llsettingsbase.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h index 1d118f0789..f7a9d5b7cd 100644 --- a/indra/llinventory/llsettingsbase.h +++ b/indra/llinventory/llsettingsbase.h @@ -359,7 +359,6 @@ protected: virtual parammapping_t getParameterMap() const { return parammapping_t(); } LLSD mSettings; - bool mIsValid; LLSD cloneSettings() const; |