grid: remove prototype for non-existing function

This commit is contained in:
Daniel Eklöf 2021-12-26 14:35:38 +01:00
parent e6c372b14f
commit b4dbfb58b8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
grid.h
View file

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