mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 206204 `nsHTMLTag gWatchTags[3]', nsEditorParserObserver defined but not used
r=brade sr=sfraser a=dbaron
This commit is contained in:
parent
526770691a
commit
bee83d7a31
@ -62,7 +62,6 @@ REQUIRES = xpcom \
|
||||
|
||||
CPPSRCS = \
|
||||
nsComposeTxtSrvFilter.cpp \
|
||||
nsEditorParserObserver.cpp \
|
||||
nsComposerController.cpp \
|
||||
nsComposerCommands.cpp \
|
||||
nsComposerDocumentCommands.cpp \
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -74,11 +74,6 @@ class nsIWebProgress;
|
||||
class nsIEditorDocShell;
|
||||
class nsIChannel;
|
||||
|
||||
#ifndef FULL_EDITOR_HTML_SUPPORT
|
||||
class nsEditorParserObserver;
|
||||
#endif
|
||||
|
||||
|
||||
class nsComposerCommandsUpdater;
|
||||
|
||||
class nsEditingSession : public nsIEditingSession,
|
||||
|
Loading…
x
Reference in New Issue
Block a user