Back out alecf's changes to fix local mail folder expansion. This is for QA Blocker Bug #12207. a=cyeh

This commit is contained in:
mscott%netscape.com 1999-08-20 17:58:31 +00:00
Родитель 18f7f3f6d3
Коммит 5c17c57532
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -104,11 +104,6 @@ nsMsgLocalMailFolder::nsMsgLocalMailFolder(void)
mInitialized(PR_FALSE), mCopyState(nsnull)
{
mPath = nsnull;
// temp hack to precache the local path
nsCOMPtr<nsIFileSpec> path;
GetPath(getter_AddRefs(path));
// NS_INIT_REFCNT(); done by superclass
}