diff options
author | Richard Linden <none@none> | 2011-09-20 18:47:13 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-09-20 18:47:13 -0700 |
commit | bc3f0e0a81af79820a0c0a6877d266fca46ef917 (patch) | |
tree | 0ad752e4529b972de71b0086846a3ab11fad0525 /indra/newview/lllogininstance.cpp | |
parent | c196013b697102805e8aa160a85f38dccb623851 (diff) |
EXP-1230 FIX As a resident, I want to not have to choose a UI mode
removed all references to basic mode
Diffstat (limited to 'indra/newview/lllogininstance.cpp')
-rw-r--r-- | indra/newview/lllogininstance.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index f00d6087f9..419641d23c 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -561,15 +561,7 @@ void LLLoginInstance::constructAuthParams(LLPointer<LLCredential> user_credentia //send this info to login.cgi for stats gathering //since viewerstats isn't reliable enough - if (gSavedSettings.getString("SessionSettingsFile").empty()) - { - requested_options.append("advanced-mode"); - } - else - { - requested_options.append("basic-mode"); - //requested_options.append("inventory-basic"); - } + requested_options.append("advanced-mode"); #endif requested_options.append("max-agent-groups"); |