From 328234373803c80afc0fc9d486be5caa16db913c Mon Sep 17 00:00:00 2001 From: Margaret Leibovic Date: Wed, 23 May 2012 15:58:22 -0400 Subject: [PATCH] Bug 757975 - Remove unused app.featuresURL pref. r=mfinkle --- mobile/android/app/mobile.js | 2 -- mobile/xul/app/mobile.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index 35dad6ed2024..65684354290d 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -462,10 +462,8 @@ pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/au pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/releasenotes/"); #endif #if MOZ_UPDATE_CHANNEL == beta -pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/features/"); pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/faq/"); #else -pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/features/"); pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/"); #endif pref("app.marketplaceURL", "https://marketplace.mozilla.org/"); diff --git a/mobile/xul/app/mobile.js b/mobile/xul/app/mobile.js index 6a2be28da16a..7ccc3b266bdc 100644 --- a/mobile/xul/app/mobile.js +++ b/mobile/xul/app/mobile.js @@ -440,10 +440,8 @@ pref("app.privacyURL", "http://www.mozilla.com/%LOCALE%/m/privacy.html"); pref("app.creditsURL", "http://www.mozilla.org/credits/"); pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/"); #if MOZ_UPDATE_CHANNEL == beta -pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/features/"); pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/beta/faq/"); #else -pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/mobile/features/"); pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/"); #endif