disabled most of the body part code

This commit is contained in:
kipp%netscape.com 1998-09-03 22:21:57 +00:00
Родитель c5202a586a
Коммит c7b81467ed
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -15,6 +15,7 @@
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
#if 0
#include "nsHTMLParts.h"
#include "nsHTMLContainer.h"
#include "nsBodyFrame.h"
@ -243,3 +244,4 @@ NS_NewBodyPart(nsIHTMLContent** aInstancePtrResult,
}
return body->QueryInterface(kIHTMLContentIID, (void **) aInstancePtrResult);
}
#endif