Merge pull request #11766 from liwg06/master

lib: Remove invalid function declaration
This commit is contained in:
Donatas Abraitis 2022-08-08 14:55:42 +03:00 committed by GitHub
commit e1b8fb0267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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