diff --git a/ext/css/settings-old.css b/ext/css/settings-old.css index 707de85a..319afbf6 100644 --- a/ext/css/settings-old.css +++ b/ext/css/settings-old.css @@ -15,7 +15,6 @@ * along with this program. If not, see . */ - .help-block[hidden] { display: none; } diff --git a/ext/js/background/environment.js b/ext/js/background/environment.js index 5e61a56d..04099ca1 100644 --- a/ext/js/background/environment.js +++ b/ext/js/background/environment.js @@ -15,7 +15,6 @@ * along with this program. If not, see . */ - class Environment { constructor() { this._cachedEnvironmentInfo = null; diff --git a/ext/js/debug/timer.js b/ext/js/debug/timer.js index 7c43efdf..81e3e1b3 100644 --- a/ext/js/debug/timer.js +++ b/ext/js/debug/timer.js @@ -15,7 +15,6 @@ * along with this program. If not, see . */ - class Timer { constructor(name) { this.samples = []; diff --git a/ext/js/language/deinflector.js b/ext/js/language/deinflector.js index 8fee3f01..b6759215 100644 --- a/ext/js/language/deinflector.js +++ b/ext/js/language/deinflector.js @@ -15,7 +15,6 @@ * along with this program. If not, see . */ - class Deinflector { constructor(reasons) { this.reasons = Deinflector.normalizeReasons(reasons);