mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
LibWeb: Remove unused TableCellBox::next_cell()
This commit is contained in:
parent
6c5ba10bb0
commit
577c552209
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@ public:
|
|||
TableCellBox(DOM::Document&, DOM::Element*, CSS::ComputedValues);
|
||||
virtual ~TableCellBox() override;
|
||||
|
||||
TableCellBox* next_cell() { return next_sibling_of_type<TableCellBox>(); }
|
||||
TableCellBox const* next_cell() const { return next_sibling_of_type<TableCellBox>(); }
|
||||
|
||||
size_t colspan() const;
|
||||
size_t rowspan() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue