Bug 1508175 - Stop assigning to undeclared, unused variable windowToInheritFrom. r=aceman

This commit is contained in:
Geoff Lankow 2018-11-19 12:34:34 +13:00
Родитель da6714ceb7
Коммит 9fe7caa009
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -67,14 +67,6 @@ var mailTabType = {
this.openTab(aTab, true, new MessagePaneDisplayWidget(), true);
// persistence and restoreTab wants to know if we are the magic first tab
aTab.firstTab = true;
// Inherit the search mode from a window
if (window.opener &&
(window.opener.document.documentElement.getAttribute("windowtype") ==
"mail:3pane"))
windowToInheritFrom = window.opener;
else
windowToInheritFrom = FindOther3PaneWindow();
aTab.folderDisplay.makeActive();
},
/**