aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/api.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mixed/js/api.js')
-rw-r--r--ext/mixed/js/api.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js
index ad5846fa..ca4d5732 100644
--- a/ext/mixed/js/api.js
+++ b/ext/mixed/js/api.js
@@ -57,10 +57,6 @@ const api = (() => {
return this._invoke('optionsGetFull');
}
- optionsSave(source) {
- return this._invoke('optionsSave', {source});
- }
-
termsFind(text, details, optionsContext) {
return this._invoke('termsFind', {text, details, optionsContext});
}