mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
Bug 206165 Unused variable `PRBool aCanCacheFrameOffset' in nsCaret::GetCaretRectAndInvert
r=sfraser sr=sfraser
This commit is contained in:
parent
83d97e96e1
commit
22604cfbf6
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user