Bug 654017 Unused variable 'rightEdge' r=dholbert

This commit is contained in:
Neil Rashbrook 2011-05-11 21:25:10 +01:00
Родитель 1ac9ceb9c5
Коммит c398e4b84b
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -3527,7 +3527,6 @@ nsTreeBodyFrame::PaintText(PRInt32 aRowIndex,
NS_PRECONDITION(aColumn && aColumn->GetFrame(), "invalid column passed");
PRBool isRTL = GetStyleVisibility()->mDirection == NS_STYLE_DIRECTION_RTL;
nscoord rightEdge = aTextRect.XMost();
// Now obtain the text for our cell.
nsAutoString text;