mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 754384 - nsDragService's mNativeDragTarget is completely unused. r=khuey
This commit is contained in:
parent
1f5d888ecf
commit
a85936b323
@ -46,7 +46,7 @@
|
||||
//
|
||||
//-------------------------------------------------------------------------
|
||||
nsDragService::nsDragService()
|
||||
: mNativeDragTarget(nsnull), mDataObject(nsnull), mSentLocalDropEvent(false)
|
||||
: mDataObject(nsnull), mSentLocalDropEvent(false)
|
||||
{
|
||||
}
|
||||
|
||||
@ -57,7 +57,6 @@ nsDragService::nsDragService()
|
||||
//-------------------------------------------------------------------------
|
||||
nsDragService::~nsDragService()
|
||||
{
|
||||
NS_IF_RELEASE(mNativeDragTarget);
|
||||
NS_IF_RELEASE(mDataObject);
|
||||
}
|
||||
|
||||
|
@ -58,7 +58,6 @@ protected:
|
||||
nsIScriptableRegion *aRegion,
|
||||
SHDRAGIMAGE *psdi);
|
||||
|
||||
nsNativeDragTarget * mNativeDragTarget;
|
||||
IDataObject * mDataObject;
|
||||
bool mSentLocalDropEvent;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user