taking a stab at luna orange... removing bogus forward declaration

This commit is contained in:
bryner%netscape.com 2003-04-11 11:29:32 +00:00
Родитель af9740e71b
Коммит 4eedb16db9
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -189,8 +189,6 @@ NS_NewWBRFrame(nsIPresShell* aPresShell, nsIFrame** aResult) {
return NS_NewEmptyFrame(aPresShell, aResult);
}
nsresult
NS_NewScrollFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
nsresult
NS_NewSimplePageSequenceFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
nsresult
NS_NewPageFrame(nsIPresShell* aPresShell, nsIFrame** aResult);

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

@ -189,8 +189,6 @@ NS_NewWBRFrame(nsIPresShell* aPresShell, nsIFrame** aResult) {
return NS_NewEmptyFrame(aPresShell, aResult);
}
nsresult
NS_NewScrollFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
nsresult
NS_NewSimplePageSequenceFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
nsresult
NS_NewPageFrame(nsIPresShell* aPresShell, nsIFrame** aResult);