зеркало из https://github.com/mozilla/gecko-dev.git
Bug 355349: remove dead code from nsTextFrame.cpp, patch by Gerald <gerald_leder@gmx.at>, r+sr=roc
This commit is contained in:
Родитель
dceeea7204
Коммит
ec53054d6b
|
@ -3916,9 +3916,6 @@ nsTextFrame::PaintAsciiText(nsPresContext* aPresContext,
|
|||
aRenderingContext.GetHints(clusterHint);
|
||||
clusterHint &= NS_RENDERING_HINT_TEXT_CLUSTERS;
|
||||
|
||||
nscoord foo;
|
||||
aRenderingContext.GetWidth(text, textLength, foo);
|
||||
|
||||
if (!iter.IsDone() && iter.First())
|
||||
{
|
||||
nscoord currentX = dx;
|
||||
|
|
Загрузка…
Ссылка в новой задаче