Skip to content

Commit

Permalink
fixup! fixup! fixup! feat: new layout process
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 22, 2024
1 parent a975950 commit 3fbda31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ui/src/ui_flexbox_layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ static void ui_flexbox_row_layout_load_main_size(
{
list_node_t *node;
ui_widget_t *child;
css_computed_style_t *s = &ctx->widget->computed_style;
css_computed_style_t *cs;
float main_size, min_main_size;

Expand Down Expand Up @@ -266,7 +265,6 @@ static void ui_flexbox_column_layout_load_main_size(
{
list_node_t *node;
ui_widget_t *child;
css_computed_style_t *s = &ctx->widget->computed_style;
css_computed_style_t *cs;
float main_size = 0, min_main_size = 0;

Expand Down

0 comments on commit 3fbda31

Please sign in to comment.