function has been useless since <joki@netscape.com> 1999-05-18 16:50
r+sr=jst
This commit is contained in:
timeless%mozdev.org 2004-05-25 01:19:59 +00:00
Родитель 8e4410482c
Коммит c081b1e8b9
2 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -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;
}