remove unneeded parent change notification r/sr=sspitzer

git-svn-id: svn://10.0.0.236/trunk@93435 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com 2001-04-29 22:47:06 +00:00
parent 7c05f72e69
commit f6ab849e16

View File

@ -501,9 +501,10 @@ nsresult nsMsgThread::ReparentChildrenOf(nsMsgKey oldParent, nsMsgKey newParent,
curHdr->SetThreadParent(newParent);
curHdr->GetMessageKey(&curKey);
#ifdef NEEDED // I don't think we care anymore
if (announcer)
announcer->NotifyParentChangedAll(curKey, oldParent, newParent, nsnull);
#endif
// if the old parent was the root of the thread, then only the first child gets
// promoted to root, and other children become children of the new root.
if (newParent == nsMsgKey_None)