Issue #1258 - Part 4: Remove Add IM Account from Account Manager

This commit is contained in:
Matt A. Tobin 2019-11-03 20:13:04 -05:00 • committed by Roy Tam
commit 0641178442
2 changed files with 0 additions and 11 deletions

View file

@ -666,12 +666,6 @@ function AddMailAccount()
NewMailAccount(MailServices.mailSession.topmostMsgWindow);
}
function AddIMAccount()
{
window.openDialog("chrome://messenger/content/chat/imAccountWizard.xul",
"", "chrome,modal,titlebar,centerscreen");
}
/**
* Highlight the default account row in the account tree,
* optionally un-highlight the previous one.