mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Removed unused LineIsEmpty function.
This commit is contained in:
parent
1457f87876
commit
b743b23ea2
@ -797,12 +797,6 @@ nsLineLayout::CanPlaceFloatNow() const
|
||||
return GetFlag(LL_CANPLACEFLOAT);
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsLineLayout::LineIsEmpty() const
|
||||
{
|
||||
return 0 == mTotalPlacedFrames;
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsLineLayout::LineIsBreakable() const
|
||||
{
|
||||
|
@ -202,8 +202,6 @@ public:
|
||||
|
||||
PRBool CanPlaceFloatNow() const;
|
||||
|
||||
PRBool LineIsEmpty() const;
|
||||
|
||||
PRBool LineIsBreakable() const;
|
||||
|
||||
PRBool GetLineEndsInBR() const
|
||||
|
@ -797,12 +797,6 @@ nsLineLayout::CanPlaceFloatNow() const
|
||||
return GetFlag(LL_CANPLACEFLOAT);
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsLineLayout::LineIsEmpty() const
|
||||
{
|
||||
return 0 == mTotalPlacedFrames;
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsLineLayout::LineIsBreakable() const
|
||||
{
|
||||
|
@ -202,8 +202,6 @@ public:
|
||||
|
||||
PRBool CanPlaceFloatNow() const;
|
||||
|
||||
PRBool LineIsEmpty() const;
|
||||
|
||||
PRBool LineIsBreakable() const;
|
||||
|
||||
PRBool GetLineEndsInBR() const
|
||||
|
Loading…
Reference in New Issue
Block a user