Browse Source

Firefox extension: remove unused preference cleanup from `bootstrap.js`

The comment for the removal has been added three years ago, so we can
safely remove this now.
Tim van der Meij 8 years ago
parent
commit
e7a3ea29aa
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
  1. 2
      extensions/firefox/bootstrap.js

2
extensions/firefox/bootstrap.js vendored

@ -184,8 +184,6 @@ function shutdown(aData, aReason) { @@ -184,8 +184,6 @@ function shutdown(aData, aReason) {
}
function install(aData, aReason) {
// TODO remove after some time -- cleanup of unused preferences
Services.prefs.clearUserPref(EXT_PREFIX + ".database");
}
function uninstall(aData, aReason) {

Loading…
Cancel
Save