diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-08 14:55:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-08 14:55:42 +0300 |
| commit | e1b8fb026720bce43b57a57f6fcdcc744815c14f (patch) | |
| tree | c8267f8f63dcef59fbf18c666081705a83cf7f68 | |
| parent | d40c814b0d62a83c0f75f31a04ba19be884b728d (diff) | |
| parent | 71a756793828c38390d4806a8cc2de6fa36ecca0 (diff) | |
Merge pull request #11766 from liwg06/master
lib: Remove invalid function declaration
| -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 |
