Followup for bug 390423: remove a now-unused variable. Patch by

Ben Karel <web+moz@eschew.org>, r+sr+a=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@232327 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-08-18 06:13:10 +00:00
parent 0640a303c4
commit 8d1b61e211

View File

@@ -4842,7 +4842,6 @@ PresShell::ClipListToRange(nsDisplayListBuilder *aBuilder,
if (hilightStart < hilightEnd) {
// determine the location of the start and end edges of the range.
nsPoint startPoint, endPoint;
nsPresContext* presContext = GetPresContext();
frame->GetPointFromOffset(hilightStart, &startPoint);
frame->GetPointFromOffset(hilightEnd, &endPoint);