Bug 355349: remove dead code from nsTextFrame.cpp, patch by Gerald <gerald_leder@gmx.at>, r+sr=roc

This commit is contained in:
gavin%gavinsharp.com 2006-11-06 16:18:35 +00:00
Родитель dceeea7204
Коммит ec53054d6b
1 изменённых файлов: 0 добавлений и 3 удалений

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

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