mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -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.h
2
grid.h
|
|
@ -3,7 +3,7 @@
|
|||
#include <stddef.h>
|
||||
#include "terminal.h"
|
||||
|
||||
void grid_swap_row(struct grid *grid, int row_a, int row_b, bool initialize);
|
||||
void grid_swap_row(struct grid *grid, int row_a, int row_b);
|
||||
struct row *grid_row_alloc(int cols, bool initialize);
|
||||
void grid_row_free(struct row *row);
|
||||
void grid_reflow(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue