Ui: Remove unused prototype declaration

The functions are nowhere implemented
This commit is contained in:
Roland Knall 2022-06-28 11:32:07 +02:00 committed by Roland Knall
parent b6226cb136
commit 865141e61b
1 changed files with 0 additions and 3 deletions

View File

@ -58,11 +58,8 @@ void packet_list_clear(void);
void packet_list_freeze(void);
void packet_list_recreate_visible_rows(void);
void packet_list_thaw(void);
void packet_list_next(void);
void packet_list_prev(void);
guint packet_list_append(column_info *cinfo, frame_data *fdata);
frame_data *packet_list_get_row_data(gint row);
void packet_list_set_selected_row(gint row);
void packet_list_recolor_packets(void);
void packet_list_queue_draw(void);
void packet_list_select_first_row(void);