LibWeb: Remove some unused functions in LayoutTableRow

This commit is contained in:
Andreas Kling
2020-06-13 15:30:27 +02:00
parent dc0ed5c860
commit 1f48d5a80d
2 changed files with 0 additions and 28 deletions

View File

@@ -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);