mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
grid: reflow: remove commented out code
This commit is contained in:
parent
aede474a52
commit
91a71b4147
1 changed files with 0 additions and 2 deletions
2
grid.c
2
grid.c
|
|
@ -61,8 +61,6 @@ grid_reflow(struct grid *grid, int new_rows, int new_cols,
|
|||
const int old_rows = grid->num_rows;
|
||||
const int old_cols = grid->num_cols;
|
||||
|
||||
//assert(old_rows != new_rows || old_cols != new_cols);
|
||||
|
||||
int new_col_idx = 0;
|
||||
int new_row_idx = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue