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