]> git.proxmox.com Git - mirror_frr.git/commitdiff
lib: Remove invalid function declaration
authorWeiguo Li <liwg06@foxmail.com>
Mon, 8 Aug 2022 09:20:52 +0000 (17:20 +0800)
committerWeiguo Li <liwg06@foxmail.com>
Mon, 8 Aug 2022 09:29:33 +0000 (17:29 +0800)
there is no definition of ttable_cell_del(), thus remove its declaration.

Signed-off-by: Weiguo Li <liwg06@foxmail.com>
lib/termtable.h

index 698cc73465c127ad2e06f170fc7abc6af0f69ce4..e61c7fa30298c121bed3ce87a4c58bc9e6b9b148 100644 (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.
  *