summaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js
index 5be24622..aaf6dcc8 100644
--- a/ext/bg/js/yomichan.js
+++ b/ext/bg/js/yomichan.js
@@ -308,14 +308,6 @@ class Yomichan {
this.ankiInvoke('version', {}, null, callback);
}
- api_getOptions({callback}) {
- callback(this.options);
- }
-
- api_getState({callback}) {
- callback(this.state);
- }
-
api_renderText({template, data, callback}) {
callback(Handlebars.templates[template](data));
}