diff options
| -rw-r--r-- | ext/bg/js/search.js | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js index dbfcb15d..290830f4 100644 --- a/ext/bg/js/search.js +++ b/ext/bg/js/search.js @@ -292,10 +292,6 @@ class DisplaySearch extends Display {          return this.optionsContext;      } -    setCustomCss() { -        // No custom CSS -    } -      setIntroVisible(visible, animate) {          if (this.introVisible === visible) {              return; |