From c725008fc0839403028eadbdd155775d4af89141 Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Thu, 28 Oct 1999 22:38:58 +0000 Subject: [PATCH] fix bustage. --- dom/public/coreEvents/MANIFEST | 2 -- dom/public/coreEvents/Makefile.in | 2 -- dom/public/coreEvents/makefile.win | 2 -- 3 files changed, 6 deletions(-) diff --git a/dom/public/coreEvents/MANIFEST b/dom/public/coreEvents/MANIFEST index 8b7f6cf44364..525eec2aef3e 100644 --- a/dom/public/coreEvents/MANIFEST +++ b/dom/public/coreEvents/MANIFEST @@ -19,8 +19,6 @@ nsIDOMPaintListener.h nsIDOMEventTarget.h nsIDOMTextListener.h nsIDOMCompositionListener.h -nsIDOMTextRange.h -nsIDOMTextRangeList.h nsIDOMMenuListener.h diff --git a/dom/public/coreEvents/Makefile.in b/dom/public/coreEvents/Makefile.in index c0342a4682e5..57b3f9ffbee8 100644 --- a/dom/public/coreEvents/Makefile.in +++ b/dom/public/coreEvents/Makefile.in @@ -42,8 +42,6 @@ EXPORTS = \ nsIDOMEventTarget.h \ nsIDOMTextListener.h \ nsIDOMCompositionListener.h \ - nsIDOMTextRange.h \ - nsIDOMTextRangeList.h \ nsIDOMMenuListener.h \ $(NULL) diff --git a/dom/public/coreEvents/makefile.win b/dom/public/coreEvents/makefile.win index 91cc41fbdeeb..81888c316f12 100644 --- a/dom/public/coreEvents/makefile.win +++ b/dom/public/coreEvents/makefile.win @@ -38,8 +38,6 @@ EXPORTS = \ nsIDOMEventTarget.h \ nsIDOMTextListener.h \ nsIDOMCompositionListener.h \ - nsIDOMTextRange.h \ - nsIDOMTextRangeList.h \ nsIDOMMenuListener.h \ $(NULL)