Removing unused nsHTMLNullSink and SelfTest.cpp. Bug 207019, r=harishd, sr=jst.

This commit is contained in:
bryner%netscape.com 2003-05-27 22:08:44 +00:00
Родитель 8df31b6c76
Коммит 532fe60f5b
8 изменённых файлов: 0 добавлений и 10 удалений

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

@ -326,9 +326,5 @@ public:
};
#ifdef NS_DEBUG
extern nsresult NS_NewHTMLNullSink(nsIContentSink** aInstancePtrResult);
#endif
#endif /* nsIHTMLContentSink_h___ */

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

@ -81,7 +81,6 @@ CPPSRCS = \
ifdef MOZ_DEBUG
CPPSRCS += \
nsLoggingSink.cpp \
nsHTMLNullSink.cpp \
$(NULL)
endif

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

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

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

@ -326,9 +326,5 @@ public:
};
#ifdef NS_DEBUG
extern nsresult NS_NewHTMLNullSink(nsIContentSink** aInstancePtrResult);
#endif
#endif /* nsIHTMLContentSink_h___ */

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

@ -81,7 +81,6 @@ CPPSRCS = \
ifdef MOZ_DEBUG
CPPSRCS += \
nsLoggingSink.cpp \
nsHTMLNullSink.cpp \
$(NULL)
endif

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

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