minor code cleanup. no bug. r/sr=bienvenu

This commit is contained in:
sspitzer%netscape.com 2002-04-18 21:58:29 +00:00
parent aa501994ff
commit c320ef7c3a
3 changed files with 1 additions and 4 deletions

View File

@ -67,8 +67,7 @@ NS_INTERFACE_MAP_END_THREADSAFE
static NS_DEFINE_CID(kMsgAccountManagerCID, NS_MSGACCOUNTMANAGER_CID);
nsMsgMailSession::nsMsgMailSession():
mRefCnt(0)
nsMsgMailSession::nsMsgMailSession()
{
NS_INIT_REFCNT();

View File

@ -40,7 +40,6 @@
#include "nsUrlListenerManager.h"
nsUrlListenerManager::nsUrlListenerManager() :
mRefCnt(0),
m_listeners(nsnull)
{
NS_INIT_REFCNT();

View File

@ -141,7 +141,6 @@ nsMsgComposeService::nsMsgComposeService()
mCachedWindows = nsnull;
}
/* the following macro actually implement addref, release and query interface for our component. */
NS_IMPL_ISUPPORTS4(nsMsgComposeService, nsIMsgComposeService, nsIObserver, nsICmdLineHandler, nsISupportsWeakReference);
nsMsgComposeService::~nsMsgComposeService()