mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
grid: swap_row: remove unused parameter 'initialize'
This commit is contained in:
parent
6902c22a77
commit
57e04a1320
3 changed files with 6 additions and 6 deletions
2
grid.c
2
grid.c
|
|
@ -10,7 +10,7 @@
|
|||
#include "util.h"
|
||||
|
||||
void
|
||||
grid_swap_row(struct grid *grid, int row_a, int row_b, bool initialize)
|
||||
grid_swap_row(struct grid *grid, int row_a, int row_b)
|
||||
{
|
||||
assert(grid->offset >= 0);
|
||||
assert(row_a != row_b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue