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:
Tim van der Meij 2017-04-14 23:49:01 +02:00
parent fd51a7cb8c
commit e7a3ea29aa
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -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) {