summaryrefslogtreecommitdiff
path: root/ext/mixed/js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-09-09 17:46:34 -0400
committerGitHub <noreply@github.com>2020-09-09 17:46:34 -0400
commit5d2261acb972374c45fca022f121609405873e90 (patch)
treecc1feef36ea93ae12784503fe6b3205eb0ed81ce /ext/mixed/js
parent8408bee90a0a78a77e7c5834e633a0387f9f434c (diff)
Update the AnkiController class to use an instance of AnkiConnect directly (#795)
* Update AnkiController to use AnkiConnect instance directly * Remove unused
Diffstat (limited to 'ext/mixed/js')
-rw-r--r--ext/mixed/js/api.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js
index 701caba8..2192fa98 100644
--- a/ext/mixed/js/api.js
+++ b/ext/mixed/js/api.js
@@ -153,18 +153,6 @@ const api = (() => {
return this._invoke('getDefaultAnkiFieldTemplates');
}
- getAnkiDeckNames() {
- return this._invoke('getAnkiDeckNames');
- }
-
- getAnkiModelNames() {
- return this._invoke('getAnkiModelNames');
- }
-
- getAnkiModelFieldNames(modelName) {
- return this._invoke('getAnkiModelFieldNames', {modelName});
- }
-
getDictionaryInfo() {
return this._invoke('getDictionaryInfo');
}