зеркало из https://github.com/mozilla/gecko-dev.git
Removed unused LineIsEmpty function.
This commit is contained in:
Родитель
1457f87876
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче