diff options
| author | Weiguo Li <liwg06@foxmail.com> | 2022-08-08 17:20:52 +0800 |
|---|---|---|
| committer | Weiguo Li <liwg06@foxmail.com> | 2022-08-08 17:29:33 +0800 |
| commit | 71a756793828c38390d4806a8cc2de6fa36ecca0 (patch) | |
| tree | c8267f8f63dcef59fbf18c666081705a83cf7f68 | |
| parent | d40c814b0d62a83c0f75f31a04ba19be884b728d (diff) | |
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>
| -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 |
