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.
This commit is contained in:
parent
fd51a7cb8c
commit
e7a3ea29aa
2
extensions/firefox/bootstrap.js
vendored
2
extensions/firefox/bootstrap.js
vendored
@ -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…
Reference in New Issue
Block a user