mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +00:00
LibWeb: Remove some unused functions from LayoutTable
This commit is contained in:
parent
ec39f419e5
commit
63b1c8e882
2 changed files with 0 additions and 13 deletions
|
@ -44,14 +44,4 @@ void LayoutTable::layout(LayoutMode layout_mode)
|
|||
LayoutBlock::layout(layout_mode);
|
||||
}
|
||||
|
||||
LayoutTableRow* LayoutTable::first_row()
|
||||
{
|
||||
return first_child_of_type<LayoutTableRow>();
|
||||
}
|
||||
|
||||
const LayoutTableRow* LayoutTable::first_row() const
|
||||
{
|
||||
return first_child_of_type<LayoutTableRow>();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue