diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-02-25 16:43:46 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-02-25 16:43:46 -0500 | 
| commit | 7cc817846127d89da50f88fcc3cd1f38426b7155 (patch) | |
| tree | 8127bb90ad2a574073b072ba9ad8b9cbe25f220a | |
| parent | 4e407da22b97b53811c89f2a16523a1f1a4a758c (diff) | |
remove update protocol version from 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 5b73b075a4..45e77aded4 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12153,17 +12153,6 @@        <key>Value</key>        <string>update</string>      </map> -    <key>UpdaterServiceProtocolVersion</key> -    <map> -      <key>Comment</key> -      <string>The update protocol version to use.</string> -      <key>Persist</key> -      <integer>0</integer> -      <key>Type</key> -      <string>String</string> -      <key>Value</key> -      <string>v1.0</string> -    </map>      <key>UploadBakedTexOld</key>      <map>        <key>Comment</key> | 
