diff options
Diffstat (limited to 'lib/termtable.h')
| -rw-r--r-- | lib/termtable.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/termtable.h b/lib/termtable.h index 698cc73465..e61c7fa302 100644 --- a/lib/termtable.h +++ b/lib/termtable.h @@ -105,13 +105,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. * * The row contents are determined by a format string. The format string has |
