diff options
author | S. Nordin <Axiomatic-@users.noreply.github.com> | 2016-01-02 07:34:36 -0500 |
---|---|---|
committer | S. Nordin <Axiomatic-@users.noreply.github.com> | 2016-01-02 08:11:34 -0500 |
commit | a65b3134392831be38b2cb008c9cde4a76948bf7 (patch) | |
tree | 563e22f2247a24ebe420ad8797142e964660f5d8 /modules/libpref | |
parent | 6203ce85bd97144de6d5d205a9dbd54f192ad746 (diff) | |
download | palemoon-gre-a65b3134392831be38b2cb008c9cde4a76948bf7.tar.gz |
Remove identity toolkit, and prefs.
TODO: Remove the DOM interface.
Diffstat (limited to 'modules/libpref')
-rw-r--r-- | modules/libpref/src/init/all.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index ded7e9c0b..2824397e9 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -414,10 +414,6 @@ pref("toolkit.scrollbox.verticalScrollDistance", 3); pref("toolkit.scrollbox.horizontalScrollDistance", 5); pref("toolkit.scrollbox.clickToScroll.scrollDelay", 150); -// Identity module -pref("toolkit.identity.enabled", false); -pref("toolkit.identity.debug", false); - // Enable deprecation warnings. pref("devtools.errorconsole.deprecation_warnings", true); |