Bug 206165 Unused variable `PRBool aCanCacheFrameOffset' in nsCaret::GetCaretRectAndInvert

r=sfraser sr=sfraser
This commit is contained in:
timeless%mozdev.org 2003-05-23 22:24:37 +00:00
parent 83d97e96e1
commit 22604cfbf6
2 changed files with 0 additions and 2 deletions

View File

@ -1058,7 +1058,6 @@ void nsCaret::GetCaretRectAndInvert()
{
nsPoint framePos(0, 0);
nsRect caretRect = frameRect;
PRBool aCanCacheFrameOffset = PR_FALSE;
nsCOMPtr<nsISelection> domSelection = do_QueryReferent(mDomSelectionWeak);
nsCOMPtr<nsISelectionPrivate> privateSelection = do_QueryInterface(domSelection);

View File

@ -1058,7 +1058,6 @@ void nsCaret::GetCaretRectAndInvert()
{
nsPoint framePos(0, 0);
nsRect caretRect = frameRect;
PRBool aCanCacheFrameOffset = PR_FALSE;
nsCOMPtr<nsISelection> domSelection = do_QueryReferent(mDomSelectionWeak);
nsCOMPtr<nsISelectionPrivate> privateSelection = do_QueryInterface(domSelection);