From 02c23998fa487791c58a9f1ebee32a1f1c606d51 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 4710c9ceee0..82d1daa11f2 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 4710c9ceee0..82d1daa11f2 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);