From 1c55c8cdd07bc934946af23722bbcdab96da6c7f Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 26 Jul 2020 22:07:54 -0400 Subject: [PATCH] remove cell_noforeground_p() from docs --- doc/man/man3/notcurses_cell.3.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/man/man3/notcurses_cell.3.md b/doc/man/man3/notcurses_cell.3.md index b2fc12aef..609bb9323 100644 --- a/doc/man/man3/notcurses_cell.3.md +++ b/doc/man/man3/notcurses_cell.3.md @@ -72,8 +72,6 @@ typedef struct cell { **const char* cell_extended_gcluster(const struct ncplane* n, const cell* c);** -**bool cell_noforeground_p(const cell* c);** - **int cell_load_simple(struct ncplane* n, cell* c, char ch);** **uint32_t cell_egc_idx(const cell* c);**