From b3be2089fb21d5aeda493bc72415e804dfb5468c Mon Sep 17 00:00:00 2001 From: "jkeiser%netscape.com" Date: Tue, 4 Jun 2002 01:52:10 +0000 Subject: [PATCH] Mac bustage fix. --- layout/generic/nsHTMLParts.h | 1 - layout/html/base/src/nsHTMLParts.h | 1 - 2 files changed, 2 deletions(-) diff --git a/layout/generic/nsHTMLParts.h b/layout/generic/nsHTMLParts.h index 4710c9ceee0b..82d1daa11f28 100644 --- a/layout/generic/nsHTMLParts.h +++ b/layout/generic/nsHTMLParts.h @@ -175,7 +175,6 @@ extern nsresult NS_NewFirstLetterFrame(nsIPresShell* aPresShell, nsIFrame** aNew extern nsresult NS_NewFirstLineFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame); // forms -extern nsresult NS_NewFormFrame(nsIPresShell* aPresShell, nsIFrame** aResult, PRUint32 aFlags); extern nsresult NS_NewGfxButtonControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult); extern nsresult NS_NewNativeButtonControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult); extern nsresult NS_NewImageControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult); diff --git a/layout/html/base/src/nsHTMLParts.h b/layout/html/base/src/nsHTMLParts.h index 4710c9ceee0b..82d1daa11f28 100644 --- a/layout/html/base/src/nsHTMLParts.h +++ b/layout/html/base/src/nsHTMLParts.h @@ -175,7 +175,6 @@ extern nsresult NS_NewFirstLetterFrame(nsIPresShell* aPresShell, nsIFrame** aNew extern nsresult NS_NewFirstLineFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame); // forms -extern nsresult NS_NewFormFrame(nsIPresShell* aPresShell, nsIFrame** aResult, PRUint32 aFlags); extern nsresult NS_NewGfxButtonControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult); extern nsresult NS_NewNativeButtonControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult); extern nsresult NS_NewImageControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);