remove the non-needed push/pop states r=sfraser

This commit is contained in:
pavlov%netscape.com 2000-02-04 03:03:08 +00:00
Родитель f20ed5907b
Коммит d43191b9c1
2 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -589,8 +589,6 @@ void nsCaret::DrawCaretWithContext(nsIRenderingContext* inRendContext)
return;
}
localRC->PushState();
if (!mDrawn)
{
nsPoint framePos(0, 0);
@ -630,9 +628,6 @@ void nsCaret::DrawCaretWithContext(nsIRenderingContext* inRendContext)
localRC->SetColor(NS_RGB(255,255,255));
localRC->InvertRect(mCaretRect);
ToggleDrawnStatus();
PRBool dummy;
localRC->PopState(dummy);
}
//-----------------------------------------------------------------------------

Просмотреть файл

@ -589,8 +589,6 @@ void nsCaret::DrawCaretWithContext(nsIRenderingContext* inRendContext)
return;
}
localRC->PushState();
if (!mDrawn)
{
nsPoint framePos(0, 0);
@ -630,9 +628,6 @@ void nsCaret::DrawCaretWithContext(nsIRenderingContext* inRendContext)
localRC->SetColor(NS_RGB(255,255,255));
localRC->InvertRect(mCaretRect);
ToggleDrawnStatus();
PRBool dummy;
localRC->PopState(dummy);
}
//-----------------------------------------------------------------------------