| Index: lib/prefs.js |
| =================================================================== |
| --- a/lib/prefs.js |
| +++ b/lib/prefs.js |
| @@ -196,24 +196,16 @@ |
| * loaded. This preference isn't set by the extension but can be pre-configured |
| * externally. |
| * |
| * @type {string[]} |
| */ |
| defaults.additional_subscriptions = []; |
| /** |
| - * The version of major updates that the user is aware of. If it's too low, |
| - * the updates page will be shown to inform the user about intermediate changes. |
| - * |
| - * @type {number} |
| - */ |
| -defaults.last_updates_page_displayed = 0; |
| - |
| -/** |
| * @namespace |
| * @static |
| */ |
| let Prefs = exports.Prefs = { |
| /** |
| * Adds a callback that is called when the |
| * value of a specified preference changed. |
| * |