reduce Macintosh compiler warnings by making functions static/private

git-svn-id: svn://10.0.0.236/trunk@17241 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com
1999-01-06 18:45:28 +00:00
parent e1d099f21d
commit a4b6caedf2
2 changed files with 2 additions and 0 deletions

View File

@@ -319,6 +319,7 @@ nsHTMLButtonControlFrame::MouseClicked(nsIPresContext* aPresContext)
}
// XXX temporary hack code until new style rules are added
static
void ReflowTemp(nsIPresContext& aPresContext, nsHTMLButtonControlFrame* aFrame, nsRect& aRect)
{
nsHTMLReflowMetrics metrics(nsnull);