summaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-07-23 15:21:22 -0700
committerAlex Yatskov <alex@foosoft.net>2016-07-23 15:21:22 -0700
commitb2c19ab9c9ec6034f19d23a3912080bc6e638a2b (patch)
treed07ea89b9a1a069c13c08de6c8a864730cdd03f2 /ext/bg
parentfc17c6a60368e57be432fbc284c53413dfab09bc (diff)
Deleting dead code, bumping version.
Diffstat (limited to 'ext/bg')
-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));
}