This commit is contained in:
kipp%netscape.com 1998-10-13 20:43:05 +00:00
Родитель 0ce20c1823
Коммит ed261f2102
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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