r=peterv, sr=bzbarsky Fix from Josh Aas - remove unused variables in nsSelection.cpp git-svn-id: svn://10.0.0.236/trunk@147030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3087,7 +3087,6 @@ nsSelection::CommonPageMove(PRBool aForward,
|
||||
const nsIView* clipView;
|
||||
//get the frame from the scrollable view
|
||||
|
||||
void* clientData;
|
||||
nsIFrame* mainframe = nsnull;
|
||||
|
||||
// The view's client data points back to its frame
|
||||
@@ -3159,7 +3158,6 @@ nsSelection::CommonPageMove(PRBool aForward,
|
||||
|
||||
if (caretView)
|
||||
{
|
||||
nscoord x,y;
|
||||
while (caretView != scrolledView)
|
||||
{
|
||||
caretPos += caretView->GetPosition();
|
||||
|
||||
Reference in New Issue
Block a user