slight simplification - the removal will recurse down to the wrapped child

This commit is contained in:
rbs%maths.uq.edu.au 2002-02-03 20:11:37 +00:00
Родитель bba4a3eea4
Коммит ec4aa569aa
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -138,7 +138,6 @@ public:
nsIAtom* aListName,
nsIFrame* aOldFrame)
{
nsBlockFrame::RemoveFrame(aPresContext, aPresShell, aListName, aOldFrame);
return mParent->RemoveFrame(aPresContext, aPresShell, aListName, this);
}