LibWeb: Remove ad-hoc setup step from FFC layout algorithm

This step will not be necessary when we implement indefinite size
calculations more correctly.
This commit is contained in:
Andreas Kling 2022-03-12 14:10:19 +01:00
commit 5c8e7217f7
Notes: sideshowbarker 2024-07-17 17:31:32 +09:00
2 changed files with 0 additions and 36 deletions

View file

@ -80,7 +80,6 @@ private:
void set_main_axis_first_margin(Box const&, float margin);
void set_main_axis_second_margin(Box const&, float margin);
void setup_initial_width_and_height();
void copy_dimensions_from_flex_items_to_boxes();
void generate_anonymous_flex_items();