From: Weiguo Li Date: Mon, 8 Aug 2022 09:20:52 +0000 (+0800) Subject: lib: Remove invalid function declaration X-Git-Tag: base_8.4~153^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=71a756793828c38390d4806a8cc2de6fa36ecca0;p=mirror%2Ffrr.git lib: Remove invalid function declaration there is no definition of ttable_cell_del(), thus remove its declaration. Signed-off-by: Weiguo Li --- diff --git a/lib/termtable.h b/lib/termtable.h index 698cc73465..e61c7fa302 100644 --- a/lib/termtable.h +++ b/lib/termtable.h @@ -104,13 +104,6 @@ struct ttable *ttable_new(const struct ttable_style *tts); */ void ttable_del(struct ttable *tt); -/** - * Deletes an individual cell. - * - * @param cell the cell to destroy - */ -void ttable_cell_del(struct ttable_cell *cell); - /** * Inserts a new row at the given index. *