diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-05 18:57:03 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-06 10:22:49 +0300 |
commit | 3c215ee885f846f4ab4923c03b51f1b2203394af (patch) | |
tree | 5ca4f021a924c953defd9b158d8fb944a56bac26 /indra/newview/llstartup.cpp | |
parent | 7fff7eecb6de318e9547ab816308897ced077c48 (diff) |
SL-17356 Viewer changes for Premium Plus support
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index dda2bfa4f1..2c0382309d 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3345,12 +3345,6 @@ bool init_benefits(LLSD& response) succ = false; } - // FIXME PREMIUM - for testing if login does not yet provide Premium Plus. Should be removed thereafter. - //if (succ && !LLAgentBenefitsMgr::has("Premium Plus")) - //{ - // LLAgentBenefitsMgr::init("Premium Plus", packages_sd["Premium"]["benefits"]); - // llassert(LLAgentBenefitsMgr::has("Premium Plus")); - //} return succ; } |