aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/popup-proxy.js
diff options
context:
space:
mode:
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});
}