From 91a71b4147102e031aeb9952dfab920928998198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 17 Apr 2020 20:48:22 +0200 Subject: [PATCH] grid: reflow: remove commented out code --- grid.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/grid.c b/grid.c index eb7f0c25..0c6f9659 100644 --- a/grid.c +++ b/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;