summaryrefslogtreecommitdiff
path: root/ext/bg/js/search-query-parser.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-03-14 13:21:05 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-03-21 22:13:07 +0200
commit2c4fd648dbc37d3d5e10acfe2db054d7cc876a63 (patch)
tree2fa6e81fc2f65d2dad7433ee7fcb8b92a8cdf3e2 /ext/bg/js/search-query-parser.js
parent46c6ad98f33ea1536452beb7e41f78f9a1895997 (diff)
remove stubs
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()) {