Bug 206204 `nsHTMLTag gWatchTags[3]', nsEditorParserObserver defined but not used

r=brade sr=sfraser a=dbaron
This commit is contained in:
timeless%mozdev.org 2003-05-23 14:51:04 +00:00
parent 526770691a
commit bee83d7a31
3 changed files with 0 additions and 19 deletions

View File

@ -62,7 +62,6 @@ REQUIRES = xpcom \
CPPSRCS = \
nsComposeTxtSrvFilter.cpp \
nsEditorParserObserver.cpp \
nsComposerController.cpp \
nsComposerCommands.cpp \
nsComposerDocumentCommands.cpp \

View File

@ -80,8 +80,6 @@
#include "imgIContainer.h"
#include "nsIPresContext.h"
#include "nsEditorParserObserver.h"
#if DEBUG
//#define NOISY_DOC_LOADING 1
#endif
@ -268,17 +266,6 @@ const char* const gSupportedTextTypes[] = {
NULL // IMPORTANT! Null must be at end
};
// Elements that editor cannot currently support (11/11/02),
// but hopefully we will be able to soon.
#ifndef FULL_EDITOR_HTML_SUPPORT
static eHTMLTags gWatchTags[] =
{ eHTMLTag_frameset,
eHTMLTag_iframe,
eHTMLTag_unknown
};
#endif
PRBool
IsSupportedTextType(const char* aMIMEType)
{

View File

@ -74,11 +74,6 @@ class nsIWebProgress;
class nsIEditorDocShell;
class nsIChannel;
#ifndef FULL_EDITOR_HTML_SUPPORT
class nsEditorParserObserver;
#endif
class nsComposerCommandsUpdater;
class nsEditingSession : public nsIEditingSession,