From 704db45e29287718cbfbe7b0a4a2c261aef8a71d Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 28 Feb 2021 14:29:43 -0500 Subject: Remove the now-unused hotkey forwarding functionality (#1466) --- ext/js/display/display.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/js/display') diff --git a/ext/js/display/display.js b/ext/js/display/display.js index 8b521d21..3bb75011 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -895,9 +895,6 @@ class Display extends EventDispatcher { if (typeof tabId === 'number' && typeof frameId === 'number') { this._contentOriginTabId = tabId; this._contentOriginFrameId = frameId; - if (this._pageType === 'popup') { - this._hotkeyHandler.forwardFrameId = (tabId === this._tabId ? frameId : null); - } contentOriginValid = true; } } -- cgit v1.2.3