Bug 89533. Remove unused reflow command types. r=rbs, sr=attinasi

This commit is contained in:
waterson%netscape.com 2001-07-09 22:44:07 +00:00
Родитель fbbdea35f3
Коммит c914d7b57a
5 изменённых файлов: 0 добавлений и 23 удалений

Просмотреть файл

@ -80,17 +80,6 @@ public:
// reflow command is the frame that changed style.
StyleChanged,
// When an incremental reflow operation affects a next-in-flow,
// these commands are used to get the next-in-flow to update
// itself.
PullupReflow,
PushReflow,
// This command is used to see if a prev-in-flow wants to pullup
// some children from a next-in-flow that has changed because of
// an incremental reflow.
CheckPullupReflow,
// Reflow dirty stuff (really a per-frame extension)
ReflowDirty,

Просмотреть файл

@ -168,9 +168,6 @@ nsBlockFrame::InitDebugFlags()
static const char* kReflowCommandType[] = {
"ContentChanged",
"StyleChanged",
"PullupReflow",
"PushReflow",
"CheckPullupReflow",
"ReflowDirty",
"UserDefined",
};

Просмотреть файл

@ -225,9 +225,6 @@ NS_IMETHODIMP nsHTMLReflowCommand::List(FILE* out) const
static const char* kReflowCommandType[] = {
"ContentChanged",
"StyleChanged",
"PullupReflow",
"PushReflow",
"CheckPullupReflow",
"ReflowDirty",
"UserDefined",
};

Просмотреть файл

@ -168,9 +168,6 @@ nsBlockFrame::InitDebugFlags()
static const char* kReflowCommandType[] = {
"ContentChanged",
"StyleChanged",
"PullupReflow",
"PushReflow",
"CheckPullupReflow",
"ReflowDirty",
"UserDefined",
};

Просмотреть файл

@ -225,9 +225,6 @@ NS_IMETHODIMP nsHTMLReflowCommand::List(FILE* out) const
static const char* kReflowCommandType[] = {
"ContentChanged",
"StyleChanged",
"PullupReflow",
"PushReflow",
"CheckPullupReflow",
"ReflowDirty",
"UserDefined",
};