summaryrefslogtreecommitdiff
path: root/ext/bg/js/search-query-parser.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/js/search-query-parser.js')
-rw-r--r--ext/bg/js/search-query-parser.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/bg/js/search-query-parser.js b/ext/bg/js/search-query-parser.js
index 4a4fcdde..9f59f2e5 100644
--- a/ext/bg/js/search-query-parser.js
+++ b/ext/bg/js/search-query-parser.js
@@ -110,18 +110,6 @@ class QueryParser extends TextScanner {
this.queryParser.dataset.termSpacing = `${options.parsing.termSpacing}`;
}
- getOptionsContext() {
- throw new Error('Override me');
- }
-
- setContent(_type, _details) {
- throw new Error('Override me');
- }
-
- setSpinnerVisible(_visible) {
- throw new Error('Override me');
- }
-
refreshSelectedParser() {
if (this.parseResults.length > 0) {
if (!this.getParseResult()) {