зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1008908 - Remove assignment since the value isn't used. r=smontagu
This commit is contained in:
Родитель
257e69aae5
Коммит
03ca8433c3
|
@ -2570,7 +2570,6 @@ nsLineLayout::InlineDirAlignFrames(nsLineBox* aLine,
|
|||
// width to account for it.
|
||||
aLine->ExpandBy(ApplyFrameJustification(psd, &state),
|
||||
mContainerWidth);
|
||||
remainingISize = availISize - aLine->ISize();
|
||||
break;
|
||||
}
|
||||
// Fall through to the default case if we could not justify to fill
|
||||
|
@ -2598,7 +2597,6 @@ nsLineLayout::InlineDirAlignFrames(nsLineBox* aLine,
|
|||
dx = remainingISize;
|
||||
break;
|
||||
|
||||
|
||||
case NS_STYLE_TEXT_ALIGN_CENTER:
|
||||
case NS_STYLE_TEXT_ALIGN_MOZ_CENTER:
|
||||
dx = remainingISize / 2;
|
||||
|
|
Загрузка…
Ссылка в новой задаче