mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove unused method nsLineBox::CombinedAreaIntersects. (Bug 542595, patch 5) r=roc a2.0=blocking2.0:beta8
This commit is contained in:
parent
d86ede8347
commit
b7c46f2dc7
@ -414,11 +414,6 @@ public:
|
||||
nsRect GetCombinedArea() {
|
||||
return mData ? mData->mCombinedArea : mBounds;
|
||||
}
|
||||
PRBool CombinedAreaIntersects(const nsRect& aDamageRect) {
|
||||
nsRect* ca = (mData ? &mData->mCombinedArea : &mBounds);
|
||||
return !((ca->YMost() <= aDamageRect.y) ||
|
||||
(ca->y >= aDamageRect.YMost()));
|
||||
}
|
||||
|
||||
void SlideBy(nscoord aDY) {
|
||||
mBounds.y += aDY;
|
||||
|
Loading…
Reference in New Issue
Block a user