Bug 838462: Remove unused method nsBlockReflowState::Margin(). r=mats

This commit is contained in:
Daniel Holbert 2013-02-05 23:36:37 -08:00
Родитель 61bf450244
Коммит dc317f65f5
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -107,11 +107,6 @@ public:
return result;
}
// XXX maybe we should do the same adjustment for continuations here
const nsMargin& Margin() const {
return mReflowState.mComputedMargin;
}
// Reconstruct the previous bottom margin that goes above |aLine|.
void ReconstructMarginAbove(nsLineList::iterator aLine);