From 07cb624e48a8606ba4b603f94caa0e92853a1559 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 2 Mar 2018 22:55:11 -0800 Subject: Move what capture_info_close() does into its only caller. Change-Id: If9539142100fb2079cbbe247d8975778b183ece8 Reviewed-on: https://code.wireshark.org/review/26235 Reviewed-by: Guy Harris --- capture_info.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'capture_info.h') diff --git a/capture_info.h b/capture_info.h index 9f2bb4978d..cfb498fafa 100644 --- a/capture_info.h +++ b/capture_info.h @@ -52,9 +52,6 @@ typedef struct _info_data { /* new packets arrived - read from wtap, count */ extern void capture_info_new_packets(int to_read, info_data_t* cap_info); -/* close the info - close wtap, destroy dialog */ -extern void capture_info_close(info_data_t* cap_info); - /** Create the capture info dialog */ extern void capture_info_ui_create(capture_info *cinfo, capture_session *cap_session); -- cgit v1.2.3