зеркало из https://github.com/mozilla/pjs.git
Removing NS_NewDOMEvent
function has been useless since <joki@netscape.com> 1999-05-18 16:50 r+sr=jst
This commit is contained in:
Родитель
8e4410482c
Коммит
c081b1e8b9
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче