summaryrefslogtreecommitdiff
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 1e7625da..fce8fbee 100644
--- a/ext/mixed/js/api.js
+++ b/ext/mixed/js/api.js
@@ -49,10 +49,6 @@ const api = (() => {
// Invoke functions
- optionsSchemaGet() {
- return this._invoke('optionsSchemaGet');
- }
-
optionsGet(optionsContext) {
return this._invoke('optionsGet', {optionsContext});
}