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
Родитель 83d97e96e1
Коммит 22604cfbf6
2 изменённых файлов: 0 добавлений и 2 удалений

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

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

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

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