Disabled the code

This commit is contained in:
kipp%netscape.com 1998-10-13 20:43:05 +00:00
parent 67fdf8457e
commit 75cc3c0b39
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* Copyright (C) 1998 Netscape Communications Corporation. All Rights * Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved. * Reserved.
*/ */
#if 0
#include "nsCSSLayout.h" #include "nsCSSLayout.h"
#include "nsIStyleContext.h" #include "nsIStyleContext.h"
#include "nsStyleConsts.h" #include "nsStyleConsts.h"
@ -121,3 +122,4 @@ nsCSSLayout::RelativePositionChildren(nsIPresContext* aCX,
kid->GetNextSibling(kid); kid->GetNextSibling(kid);
} }
} }
#endif

View File

@ -15,6 +15,7 @@
* Copyright (C) 1998 Netscape Communications Corporation. All Rights * Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved. * Reserved.
*/ */
#if 0
#include "nsCSSLayout.h" #include "nsCSSLayout.h"
#include "nsIStyleContext.h" #include "nsIStyleContext.h"
#include "nsStyleConsts.h" #include "nsStyleConsts.h"
@ -121,3 +122,4 @@ nsCSSLayout::RelativePositionChildren(nsIPresContext* aCX,
kid->GetNextSibling(kid); kid->GetNextSibling(kid);
} }
} }
#endif