backed out troy's changes to fix the build

git-svn-id: svn://10.0.0.236/trunk@12440 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com 1998-10-09 19:55:02 +00:00
parent 144346e743
commit 2602d0ba10

View File

@ -26,7 +26,6 @@
#include "nsFont.h"
#include "nsStyleCoord.h"
#include "nsStyleStruct.h"
#include "nsStyleConsts.h"
class nsIFrame;
class nsIPresContext;
@ -149,10 +148,6 @@ struct nsStyleDisplay : public nsStyleStruct {
PRUint8 mClipFlags; // [reset] see nsStyleConsts.h
nsMargin mClip; // [reset] offsets from respective edge
PRBool IsBlockLevel() const {return (NS_STYLE_DISPLAY_BLOCK == mDisplay) ||
(NS_STYLE_DISPLAY_LIST_ITEM == mDisplay) ||
(NS_STYLE_DISPLAY_TABLE == mDisplay);}
protected:
nsStyleDisplay(void);
};