From bcb10f1034b76eba9c12076b7af628ebad10e1b2 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Tue, 3 Aug 1999 00:47:17 +0000 Subject: [PATCH] nsIDocumentStateListener.h is now IDL-generated git-svn-id: svn://10.0.0.236/trunk@41906 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/public/MANIFEST | 1 - mozilla/editor/public/Makefile.in | 1 - mozilla/editor/public/makefile.win | 1 - 3 files changed, 3 deletions(-) diff --git a/mozilla/editor/public/MANIFEST b/mozilla/editor/public/MANIFEST index ca7a35c7f36..8b1e28dc691 100644 --- a/mozilla/editor/public/MANIFEST +++ b/mozilla/editor/public/MANIFEST @@ -23,4 +23,3 @@ nsIHTMLEditor.h nsIEditRules.h nsIEditActionListener.h nsICiter.h -nsIDocumentStateListener.h diff --git a/mozilla/editor/public/Makefile.in b/mozilla/editor/public/Makefile.in index c5ff31fd516..28a0f3eb8bd 100644 --- a/mozilla/editor/public/Makefile.in +++ b/mozilla/editor/public/Makefile.in @@ -30,7 +30,6 @@ EXPORTS = \ nsIEditRules.h \ nsEditorCID.h \ nsICiter.h \ - nsIDocumentStateListener.h \ $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) diff --git a/mozilla/editor/public/makefile.win b/mozilla/editor/public/makefile.win index 90bc4ee8e15..aec6e6ece07 100644 --- a/mozilla/editor/public/makefile.win +++ b/mozilla/editor/public/makefile.win @@ -26,7 +26,6 @@ EXPORTS = \ nsIEditRules.h \ nsEditorCID.h \ nsICiter.h \ - nsIDocumentStateListener.h \ $(NULL) MODULE = editor