diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-01 21:40:12 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-01 21:40:12 +0200 | 
| commit | a09686bf547e3384ec3f409f20023c16c69e7e9c (patch) | |
| tree | 5a5f69affdb99c2a534cc4b473b1cba5e4d4ae65 /indra/newview/app_settings | |
| parent | 73eec8913135127a1d31d3f1dc766f96908f984d (diff) | |
SL-16953 Deprecated NoInventoryLibrary
Due to changes in SL-16715
Diffstat (limited to 'indra/newview/app_settings')
| -rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 8 | ||||
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 2 | 
2 files changed, 1 insertions, 9 deletions
| diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 4e186292f7..3100baf943 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -207,14 +207,6 @@      <map>        <key>map-to</key>        <string>NoAudio</string> -    </map>     - -    <key>noinvlib</key> -    <map> -      <key>desc</key> -      <string>Do not request the inventory library.</string> -      <key>map-to</key> -      <string>NoInventoryLibrary</string>      </map>      <key>nonotifications</key> diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index c4037a5144..fa699f9dbd 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7055,7 +7055,7 @@      <key>NoInventoryLibrary</key>      <map>        <key>Comment</key> -      <string>Do not request inventory library.</string> +      <string>(Deprecated) Do not request inventory library.</string>        <key>Persist</key>        <integer>1</integer>        <key>Type</key> | 
