Removing the unused variable

This commit is contained in:
janekptacijarabaci 2018-04-02 18:19:17 +02:00 committed by Roy Tam
commit c9cb57f881

View file

@ -186,7 +186,6 @@ RequestListContextMenu.prototype = {
* Opens selected item in a new tab.
*/
openRequestInTab() {
let win = Services.wm.getMostRecentWindow(gDevTools.chromeWindowType);
openRequestInTab(this.selectedItem.attachment);
},