From 29d322c2d2496b80cb8ea61db04f390cb2ec9f2d Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Fri, 24 Jul 1998 04:05:16 +0000 Subject: [PATCH] remove warnings on Macintosh; clean up internal API calls git-svn-id: svn://10.0.0.236/trunk@6363 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/edt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/include/edt.h b/mozilla/include/edt.h index abeae52fda7..2e879a37b60 100644 --- a/mozilla/include/edt.h +++ b/mozilla/include/edt.h @@ -956,8 +956,7 @@ void EDT_SetParagraphProperties( ED_ParagraphProperties *pProps ); char *EDT_TagString(int32 tagType); #ifdef DEBUG -void EDT_VerifyLayoutElement( MWContext *pContext, LO_Element *pLoElement, - XP_Bool bPrint ); +void EDT_VerifyLayoutElement( LO_Element *pLoElement ); #endif /* Cross platform macros */