1
Fork 0
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:
Andreas Kling 2022-01-23 12:47:56 +01:00
parent 6ca90b8d57
commit 29589378ff
2 changed files with 0 additions and 10 deletions

View file

@ -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 {