From e4fc53480f36b56abba0ab1cb20f6aad7bf4a004 Mon Sep 17 00:00:00 2001 From: siikamiika Date: Sat, 4 Apr 2020 17:32:58 +0300 Subject: move broadcastRootPopupInformation to Frontend --- ext/fg/js/popup-proxy.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/fg/js/popup-proxy.js') 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}); } -- cgit v1.2.3