Bug 1008908 - Remove assignment since the value isn't used. r=smontagu

This commit is contained in:
Mats Palmgren 2014-05-17 23:10:53 +00:00
Родитель 257e69aae5
Коммит 03ca8433c3
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -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;