From 4fb3f0073249a7904f947afbc16d4dec185e0e0b Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Sat, 9 Jan 1999 00:14:09 +0000 Subject: [PATCH] Removed a turd --- layout/html/base/src/nsIHTMLReflow.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layout/html/base/src/nsIHTMLReflow.h b/layout/html/base/src/nsIHTMLReflow.h index b68407d318a8..23aa42a0c708 100644 --- a/layout/html/base/src/nsIHTMLReflow.h +++ b/layout/html/base/src/nsIHTMLReflow.h @@ -351,10 +351,6 @@ protected: // The type of break requested can be found in these bits. #define NS_INLINE_BREAK_TYPE_MASK 0xF000 -// This bit, when set, indicates that the frame has a float inside of -// it that sticks outside of the frames bounding box. -#define NS_FRAME_HAS_OUTSIDE_FLOATER 0x0400 - //---------------------------------------- // Macros that use those bits