summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/confvars.sh2
-rw-r--r--application/palemoon/moz.configure5
2 files changed, 0 insertions, 7 deletions
diff --git a/application/palemoon/confvars.sh b/application/palemoon/confvars.sh
index 705f992ee..560eb1cec 100644
--- a/application/palemoon/confvars.sh
+++ b/application/palemoon/confvars.sh
@@ -70,8 +70,6 @@ MOZ_PHOENIX_EXTENSIONS=1
# Platform Feature: Sync Service
MOZ_SERVICES_COMMON=1
MOZ_SERVICES_SYNC=1
-MOZ_SERVICES_FXACCOUNTS=1
-MOZ_SERVICES_CRYPTO=1
# Platform Feature: JS based Downloads Manager
MOZ_JSDOWNLOADS=1
diff --git a/application/palemoon/moz.configure b/application/palemoon/moz.configure
index 631980d15..72236254f 100644
--- a/application/palemoon/moz.configure
+++ b/application/palemoon/moz.configure
@@ -4,9 +4,4 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-imply_option('MOZ_PLACES', True)
-imply_option('MOZ_SERVICES_HEALTHREPORT', True)
-imply_option('MOZ_SERVICES_SYNC', True)
-imply_option('MOZ_SERVICES_CLOUDSYNC', True)
-
include('../../toolkit/moz.configure')