lib: Remove invalid function declaration

there is no definition of ttable_cell_del(), thus remove its declaration.

Signed-off-by: Weiguo Li <liwg06@foxmail.com>
This commit is contained in:
Weiguo Li 2022-08-08 17:20:52 +08:00
parent d40c814b0d
commit 71a7567938

View File

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