From 1d86c5426a28aa510f3fa497b636b0ddc966517d Mon Sep 17 00:00:00 2001 From: "vidur%netscape.com" Date: Sun, 10 Sep 2000 06:47:21 +0000 Subject: [PATCH] Backing out inadvertant checkin of makefiles. git-svn-id: svn://10.0.0.236/trunk@78660 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/src/Makefile.in | 2 -- mozilla/layout/base/src/makefile.win | 4 ---- 2 files changed, 6 deletions(-) diff --git a/mozilla/layout/base/src/Makefile.in b/mozilla/layout/base/src/Makefile.in index e882bd0f2b0..f2d86317179 100644 --- a/mozilla/layout/base/src/Makefile.in +++ b/mozilla/layout/base/src/Makefile.in @@ -74,8 +74,6 @@ CPPSRCS = \ nsTextNode.cpp \ nsXIFConverter.cpp \ nsLayoutHistoryState.cpp \ - nsXMLContentSerializer.cpp \ - nsHTMLContentSerializer.cpp \ $(NULL) EXPORTS = \ diff --git a/mozilla/layout/base/src/makefile.win b/mozilla/layout/base/src/makefile.win index 6a2644a0f72..70a95ef8985 100644 --- a/mozilla/layout/base/src/makefile.win +++ b/mozilla/layout/base/src/makefile.win @@ -72,8 +72,6 @@ CPPSRCS = \ nsTextContentChangeData.cpp \ nsTextNode.cpp \ nsLayoutHistoryState.cpp \ - nsXMLContentSerializer.cpp \ - nsHTMLContentSerializer.cpp \ $(NULL) MODULE=raptor @@ -124,8 +122,6 @@ CPP_OBJS= \ .\$(OBJDIR)\nsTextContentChangeData.obj \ .\$(OBJDIR)\nsTextNode.obj \ .\$(OBJDIR)\nsLayoutHistoryState.obj \ - .\$(OBJDIR)\nsXMLContentSerializer.obj \ - .\$(OBJDIR)\nsHTMLContentSerializer.obj \ $(NULL) LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor \