mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
grid: remove prototype for non-existing function
This commit is contained in:
parent
e6c372b14f
commit
b4dbfb58b8
1 changed files with 0 additions and 1 deletions
1
grid.h
1
grid.h
|
|
@ -86,7 +86,6 @@ grid_row_in_view(struct grid *grid, int row_no)
|
|||
|
||||
void grid_row_uri_range_put(
|
||||
struct row *row, int col, const char *uri, uint64_t id);
|
||||
void grid_row_uri_range_add(struct row *row, struct row_uri_range range);
|
||||
void grid_row_uri_range_erase(struct row *row, int start, int end);
|
||||
|
||||
static inline void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue