NOT PART OF BUILD - PHOTON ONLY

Small fix to remove GetCurrentSession method
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 2000-06-21 14:08:53 +00:00
parent 63645d14e3
commit e0577824d1
2 changed files with 2 additions and 1 deletions

View File

@ -328,6 +328,7 @@ NS_IMETHODIMP nsDragService::IsDataFlavorSupported(const char *aDataFlavor, PRBo
return NS_OK;
}
#if 0
//-------------------------------------------------------------------------
NS_IMETHODIMP nsDragService::GetCurrentSession (nsIDragSession **aSession)
{
@ -341,6 +342,7 @@ NS_IMETHODIMP nsDragService::GetCurrentSession (nsIDragSession **aSession)
NS_ADDREF(*aSession);
return NS_OK;
}
#endif
#if 0
//-------------------------------------------------------------------------

View File

@ -43,7 +43,6 @@ public:
// nsIDragService
NS_IMETHOD InvokeDragSession (nsIDOMNode *aDOMNode, nsISupportsArray * anArrayTransferables,
nsIScriptableRegion * aRegion, PRUint32 aActionType);
NS_IMETHOD GetCurrentSession (nsIDragSession ** aSession);
// nsIDragSession
NS_IMETHOD GetData (nsITransferable * aTransferable, PRUint32 anItem);