mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-09 04:37:52 +03:00
LibWeb: Remove unused TableCellBox::next_cell()
This commit is contained in:
parent
6c5ba10bb0
commit
577c552209
Notes:
sideshowbarker
2024-07-17 01:55:06 +09:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/SerenityOS/serenity/commit/577c552209 Pull-request: https://github.com/SerenityOS/serenity/pull/16913 Reviewed-by: https://github.com/awesomekling
@ -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…
Reference in New Issue
Block a user