mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 07:01:19 +00:00
Removing NS_NewDOMEvent
function has been useless since <joki@netscape.com> 1999-05-18 16:50 r+sr=jst
This commit is contained in:
parent
cf1eb34db9
commit
e0515bb35c
@ -70,9 +70,6 @@ public:
|
||||
NS_IMETHOD SetTrusted(PRBool aTrusted)=0;
|
||||
};
|
||||
|
||||
nsresult
|
||||
NS_NewDOMEvent(nsIDOMEvent** aInstancePtrResult, nsIPresContext* aPresContext,
|
||||
nsEvent *aEvent);
|
||||
nsresult
|
||||
NS_NewDOMUIEvent(nsIDOMEvent** aInstancePtrResult,
|
||||
nsIPresContext* aPresContext, const nsAString& aEventType,
|
||||
|
@ -1595,10 +1595,3 @@ nsDOMEvent::AllocateEvent(const nsAString& aEventType)
|
||||
}
|
||||
mEvent->time = PR_Now();
|
||||
}
|
||||
|
||||
nsresult
|
||||
NS_NewDOMEvent(nsIDOMEvent** aInstancePtrResult, nsIPresContext* aPresContext,
|
||||
nsEvent *aEvent)
|
||||
{
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user