summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-28 15:58:01 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-28 15:58:01 +0100
commite82fdef9c7bed415d004086740cab57211575511 (patch)
tree22acce9135d8f314d3e690cd743b42bcda968d52 /application/palemoon/components
parent2cbbc5de4596ef3436685fa3316eeed9af700249 (diff)
downloadUXP-e82fdef9c7bed415d004086740cab57211575511.tar
UXP-e82fdef9c7bed415d004086740cab57211575511.tar.gz
UXP-e82fdef9c7bed415d004086740cab57211575511.tar.lz
UXP-e82fdef9c7bed415d004086740cab57211575511.tar.xz
UXP-e82fdef9c7bed415d004086740cab57211575511.zip
[PALEMOON] Remove some dead code from browser glue
(plugin update service)
Diffstat (limited to 'application/palemoon/components')
-rw-r--r--application/palemoon/components/nsBrowserGlue.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/application/palemoon/components/nsBrowserGlue.js b/application/palemoon/components/nsBrowserGlue.js
index 64b193d43..78b14a2e4 100644
--- a/application/palemoon/components/nsBrowserGlue.js
+++ b/application/palemoon/components/nsBrowserGlue.js
@@ -552,14 +552,6 @@ BrowserGlue.prototype = {
this._showPlacesLockedNotificationBox();
}
- // If there are plugins installed that are outdated, and the user hasn't
- // been warned about them yet, open the plugins update page.
- // Pale Moon: disable this functionality, people are already notified
- // if they visit a page with an outdated plugin, and they can check
- // properly from the plugins page as well.
-// if (Services.prefs.getBoolPref(PREF_PLUGINS_NOTIFYUSER))
-// this._showPluginUpdatePage();
-
// For any add-ons that were installed disabled and can be enabled offer
// them to the user.
let changedIDs = AddonManager.getStartupChanges(AddonManager.STARTUP_CHANGE_INSTALLED);