From 57bc4374148efa1ce0e5f70e1bdfb9f763b9d9ee Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Fri, 27 Apr 2018 10:24:32 +0200 Subject: [PALEMOON] Remove double rows from aboutPermissions.js --- application/palemoon/components/preferences/aboutPermissions.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'application') diff --git a/application/palemoon/components/preferences/aboutPermissions.js b/application/palemoon/components/preferences/aboutPermissions.js index 750295c2a..9723496bc 100644 --- a/application/palemoon/components/preferences/aboutPermissions.js +++ b/application/palemoon/components/preferences/aboutPermissions.js @@ -546,7 +546,6 @@ var AboutPermissions = { Services.prefs.addObserver("plugins.click_to_play", this, false); Services.prefs.addObserver("full-screen-api.enabled", this, false); Services.prefs.addObserver("full-screen-api.pointer-lock.enabled", this, false); - Services.prefs.addObserver("dom.push.enabled", this, false); Services.prefs.addObserver("permissions.places-sites-limit", this, false); Services.obs.addObserver(this, "perm-changed", false); @@ -700,7 +699,6 @@ var AboutPermissions = { Services.prefs.removeObserver("plugins.click_to_play", this, false); Services.prefs.removeObserver("full-screen-api.enabled", this, false); Services.prefs.removeObserver("full-screen-api.pointer-lock.enabled", this, false); - Services.prefs.removeObserver("dom.push.enabled", this, false); Services.prefs.removeObserver("permissions.places-sites-limit", this, false); Services.obs.removeObserver(this, "perm-changed"); -- cgit v1.2.3