diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2021-05-04 11:37:52 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2021-05-04 11:37:52 -0400 |
commit | cd85d56844ea5b009dfd14d23c1598f430ace949 (patch) | |
tree | 31c3903289dca47c4e526d994a7ce85234da452c | |
parent | 585bbfb20fae6eb1a0aa08b6c86279f5835733a9 (diff) | |
download | iceweasel-uxp-cd85d56844ea5b009dfd14d23c1598f430ace949.tar.gz |
Clean unused Maintenance code
-rw-r--r-- | components/preferences/in-content/advanced.xul | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/components/preferences/in-content/advanced.xul b/components/preferences/in-content/advanced.xul index 2f0e422..162c38c 100644 --- a/components/preferences/in-content/advanced.xul +++ b/components/preferences/in-content/advanced.xul @@ -259,13 +259,6 @@ accesskey="&updateHistory.accesskey;" preference="app.update.disable_button.showUpdateHistory"/> </hbox> - -#ifdef MOZ_MAINTENANCE_SERVICE - <checkbox id="useService" - label="&useService.label;" - accesskey="&useService.accesskey;" - preference="app.update.service.enabled"/> -#endif </groupbox> #endif <groupbox id="updateOthers" align="start"> |