Removed some debris
git-svn-id: svn://10.0.0.236/trunk@26155 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -265,19 +265,6 @@ nsLineBox::FindLineContaining(nsLineBox* aLine, nsIFrame* aFrame)
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
void
|
||||
nsLineBox::UnplaceFloaters(nsISpaceManager* aSpaceManager)
|
||||
{
|
||||
if (nsnull != mFloaters) {
|
||||
PRInt32 i, n = mFloaters->Count();
|
||||
for (i = 0; i < n; i++) {
|
||||
nsPlaceholderFrame* pf = (nsPlaceholderFrame*) mFloaters->ElementAt(i);
|
||||
nsIFrame* floater = pf->GetAnchoredItem();
|
||||
aSpaceManager->RemoveRegion(floater);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
PRBool
|
||||
nsLineBox::CheckIsBlock() const
|
||||
|
||||
@@ -150,8 +150,6 @@ public:
|
||||
|
||||
PRBool Contains(nsIFrame* aFrame) const;
|
||||
|
||||
void UnplaceFloaters(nsISpaceManager* aSpaceManager);
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
void Verify();
|
||||
#endif
|
||||
|
||||
@@ -265,19 +265,6 @@ nsLineBox::FindLineContaining(nsLineBox* aLine, nsIFrame* aFrame)
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
void
|
||||
nsLineBox::UnplaceFloaters(nsISpaceManager* aSpaceManager)
|
||||
{
|
||||
if (nsnull != mFloaters) {
|
||||
PRInt32 i, n = mFloaters->Count();
|
||||
for (i = 0; i < n; i++) {
|
||||
nsPlaceholderFrame* pf = (nsPlaceholderFrame*) mFloaters->ElementAt(i);
|
||||
nsIFrame* floater = pf->GetAnchoredItem();
|
||||
aSpaceManager->RemoveRegion(floater);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
PRBool
|
||||
nsLineBox::CheckIsBlock() const
|
||||
|
||||
@@ -150,8 +150,6 @@ public:
|
||||
|
||||
PRBool Contains(nsIFrame* aFrame) const;
|
||||
|
||||
void UnplaceFloaters(nsISpaceManager* aSpaceManager);
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
void Verify();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user