diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-08-29 15:43:01 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-08-30 00:55:32 +0200 |
commit | 17fed3985f56033f6c433436935cfde32ea1e7c6 (patch) | |
tree | 5afdcc0a16ac485d4878ab9b9e399da8a55aa806 /indra/newview/llfloatereditextdaycycle.h | |
parent | ecf3002a4623ebed0ed31bcc11f743000deeac84 (diff) |
#2360 Incorrect Day Cycle name in Edit Day Cycle floater (remove unused key CANMOD)
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h index 926a24f8a4..992b532967 100644 --- a/indra/newview/llfloatereditextdaycycle.h +++ b/indra/newview/llfloatereditextdaycycle.h @@ -60,7 +60,6 @@ class LLFloaterEditExtDayCycle : public LLFloaterEditEnvironmentBase public: static const std::string KEY_EDIT_CONTEXT; static const std::string KEY_DAY_LENGTH; - static const std::string KEY_CANMOD; static const std::string VALUE_CONTEXT_INVENTORY; static const std::string VALUE_CONTEXT_PARCEL; |