grid: reflow: remove commented out code

This commit is contained in:
Daniel Eklöf 2020-04-17 20:48:22 +02:00
parent aede474a52
commit 91a71b4147
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
grid.c
View file

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