mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 23:52:33 +00:00
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>
This commit is contained in:
parent
d40c814b0d
commit
71a7567938
@ -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.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user