diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-05 18:57:03 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-11 21:05:46 +0300 |
commit | 63095005578007345d9916ebc6855246cdb08c7c (patch) | |
tree | 90a4031ae2980326ace3abd2c13e2439a230b762 /indra/newview/llstartup.cpp | |
parent | f0fa74fde742b23f7de007140bd6c380550a513f (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 5c0bb36d31..98b2bc703b 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3333,12 +3333,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; } |