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