mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
LibWeb: Remove unused InlineFormattingContext::available_width_at_line()
This commit is contained in:
parent
6ca90b8d57
commit
29589378ff
2 changed files with 0 additions and 10 deletions
|
@ -23,8 +23,6 @@ public:
|
|||
|
||||
virtual void run(Box&, LayoutMode) override;
|
||||
|
||||
float available_width_at_line(size_t line_index) const;
|
||||
|
||||
void dimension_box_on_line(Box&, LayoutMode);
|
||||
|
||||
struct AvailableSpaceForLineInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue