summaryrefslogtreecommitdiff
path: root/ext/fg/js/api.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-07-23 15:14:13 -0700
committerAlex Yatskov <alex@foosoft.net>2016-07-23 15:14:13 -0700
commit22d73228ca2899047bcf39a6a2e7146d68c69e0a (patch)
tree51a95db8157688e16d6f877b9417a33ac68386b2 /ext/fg/js/api.js
parent6d9b4392e2cd78b5e76e3b47cc3b8ca76d37129b (diff)
Cleanup
Diffstat (limited to 'ext/fg/js/api.js')
-rw-r--r--ext/fg/js/api.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/fg/js/api.js b/ext/fg/js/api.js
index 5d060311..7316c604 100644
--- a/ext/fg/js/api.js
+++ b/ext/fg/js/api.js
@@ -33,14 +33,6 @@ function bgRenderText(data, template, callback) {
bgSendMessage('renderText', {data, template}, callback);
}
-function bgGetOptions(callback) {
- bgSendMessage('getOptions', {}, callback);
-}
-
-function bgGetState(callback) {
- bgSendMessage('getState', {}, callback);
-}
-
function bgCanAddDefinitions(definitions, modes, callback) {
bgSendMessage('canAddDefinitions', {definitions, modes}, callback);
}