r=peterv, sr=bzbarsky
Fix from Josh Aas - remove unused variables in nsSelection.cpp
This commit is contained in:
mkaply%us.ibm.com 2003-09-18 18:58:14 +00:00
parent 474417aebf
commit 01782c41bc
2 changed files with 0 additions and 4 deletions

View File

@ -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();

View File

@ -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();