diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-08-15 19:01:28 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-08-15 19:01:28 +0300 |
commit | 3c8f1dac14aa86025b5ab8eb53cbc302184015b5 (patch) | |
tree | 7fbbb68c7362ba49106c7ad17476692b6f492df4 /indra/newview/app_settings | |
parent | b21e63cc1260b1b8db87f52fb9b7a2f80b055327 (diff) |
STORM-782 FIXED Removing the useless 'Compress snapshots to disk' item from the Advanced menu.
Removing the corresponding setting as well because it's not used anywhere.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 01842d1037..86099aadfb 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -1629,17 +1629,6 @@ <string /> </array> </map> - <key>CompressSnapshotsToDisk</key> - <map> - <key>Comment</key> - <string>Compress snapshots saved to disk (Using JPEG 2000)</string> - <key>Persist</key> - <integer>1</integer> - <key>Type</key> - <string>Boolean</string> - <key>Value</key> - <integer>0</integer> - </map> <key>ConnectAsGod</key> <map> <key>Comment</key> |