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

This commit is contained in:
sspitzer%netscape.com 2002-04-18 21:58:29 +00:00
Родитель ab6775bdc1
Коммит aca5a1ce60
3 изменённых файлов: 1 добавлений и 4 удалений

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

@ -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();

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

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

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

@ -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()