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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user