Bug 612201 - nsMessenger::mScriptObject is not used; r=bienvenu

This commit is contained in:
Boying Lu 2010-11-18 13:38:40 +00:00
Родитель fce5211de5
Коммит fad6a2599b
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -300,7 +300,6 @@ public:
//
nsMessenger::nsMessenger()
{
mScriptObject = nsnull;
mCurHistoryPos = -2; // first message selected goes at position 0.
// InitializeFolderRoot();
}

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

@ -108,7 +108,6 @@ private:
nsresult SetDisplayProperties();
nsString mId;
void *mScriptObject;
nsCOMPtr<nsITransactionManager> mTxnMgr;
/* rhp - need this to drive message display */