From 8d1b61e21139a47e239983da53515d7da2545757 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Sat, 18 Aug 2007 06:13:10 +0000 Subject: [PATCH] Followup for bug 390423: remove a now-unused variable. Patch by Ben Karel , r+sr+a=bzbarsky git-svn-id: svn://10.0.0.236/trunk@232327 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsPresShell.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/layout/base/nsPresShell.cpp b/mozilla/layout/base/nsPresShell.cpp index cd3940c70cd..9c2b069b8ea 100644 --- a/mozilla/layout/base/nsPresShell.cpp +++ b/mozilla/layout/base/nsPresShell.cpp @@ -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);