aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/popup-proxy.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-04-04 17:32:58 +0300
committersiikamiika <siikamiika@users.noreply.github.com>2020-04-05 19:57:37 +0300
commite4fc53480f36b56abba0ab1cb20f6aad7bf4a004 (patch)
tree5fc450d75535aa0ecdfacbc5204a0fc532f34f23 /ext/fg/js/popup-proxy.js
parent668be6224b5db22e6c55afbb4bc676b7d1a149d9 (diff)
move broadcastRootPopupInformation to Frontend
Diffstat (limited to 'ext/fg/js/popup-proxy.js')
-rw-r--r--ext/fg/js/popup-proxy.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/fg/js/popup-proxy.js b/ext/fg/js/popup-proxy.js
index 67b0b2c6..cb264af2 100644
--- a/ext/fg/js/popup-proxy.js
+++ b/ext/fg/js/popup-proxy.js
@@ -64,10 +64,6 @@ class PopupProxy {
return true;
}
- broadcastRootPopupInformation() {
- // NOP
- }
-
async setOptions(options) {
return await this._invokeHostApi('setOptions', {id: this._id, options});
}