1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

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
parent 12ac6861e3
commit 5c8e7217f7
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();