diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-09-29 17:26:59 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-09-29 17:26:59 -0400 |
commit | e6a41e9a7c90f8a0d1178ce00a49886b74da58d8 (patch) | |
tree | d7aa135b957d3ca39e80bc9fdf1fd0bf8d750733 /app | |
parent | 55f39e2becee937e9da6790051c63acd88e645a2 (diff) | |
download | iceweasel-uxp-e6a41e9a7c90f8a0d1178ce00a49886b74da58d8.tar.gz |
backport UXP Issue #1124: Remove Dev Edition
Diffstat (limited to 'app')
-rw-r--r-- | app/profile/iceweasel-uxp.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/profile/iceweasel-uxp.js b/app/profile/iceweasel-uxp.js index be472a0..e46bea8 100644 --- a/app/profile/iceweasel-uxp.js +++ b/app/profile/iceweasel-uxp.js @@ -973,13 +973,6 @@ pref("services.sync.syncedTabs.showRemoteIcons", true); pref("services.sync.sendTabToDevice.enabled", true); -// Developer edition preferences -#ifdef MOZ_DEV_EDITION -sticky_pref("lightweightThemes.selectedThemeID", "firefox-devedition@mozilla.org"); -#else -sticky_pref("lightweightThemes.selectedThemeID", ""); -#endif - // Whether the character encoding menu is under the main Firefox button. This // preference is a string so that localizers can alter it. pref("browser.menu.showCharacterEncoding", "chrome://browser/locale/browser.properties"); |