mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Remove some unused functions in LayoutTableRow
This commit is contained in:
@@ -37,14 +37,6 @@ public:
|
||||
LayoutTableRow(const Element&, NonnullRefPtr<StyleProperties>);
|
||||
virtual ~LayoutTableRow() override;
|
||||
|
||||
|
||||
|
||||
LayoutTableCell* first_cell();
|
||||
const LayoutTableCell* first_cell() const;
|
||||
|
||||
LayoutTableRow* next_row();
|
||||
const LayoutTableRow* next_row() const;
|
||||
|
||||
void layout_row(const Vector<float>& column_widths);
|
||||
void calculate_column_widths(Vector<float>& column_widths);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user