mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1060696 - Remove NS_INIT_ISUPPORTS. r=froydnj
This commit is contained in:
parent
85214379b3
commit
78413a64fb
@ -33,7 +33,6 @@ nsProtectedAuthThread::nsProtectedAuthThread()
|
|||||||
, mSlot(0)
|
, mSlot(0)
|
||||||
, mLoginResult(SECFailure)
|
, mLoginResult(SECFailure)
|
||||||
{
|
{
|
||||||
NS_INIT_ISUPPORTS();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nsProtectedAuthThread::~nsProtectedAuthThread()
|
nsProtectedAuthThread::~nsProtectedAuthThread()
|
||||||
|
@ -496,13 +496,6 @@ public:
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/**
|
|
||||||
* Previously used to initialize the reference count, but no longer needed.
|
|
||||||
*
|
|
||||||
* DEPRECATED.
|
|
||||||
*/
|
|
||||||
#define NS_INIT_ISUPPORTS() ((void)0)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Use this macro to declare and implement the AddRef & Release methods for a
|
* Use this macro to declare and implement the AddRef & Release methods for a
|
||||||
* given non-XPCOM <i>_class</i>.
|
* given non-XPCOM <i>_class</i>.
|
||||||
|
Loading…
Reference in New Issue
Block a user