aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-03-02 22:55:11 -0800
committerGuy Harris <guy@alum.mit.edu>2018-03-03 06:55:44 +0000
commit07cb624e48a8606ba4b603f94caa0e92853a1559 (patch)
tree5e04c8c21a6bdd246f8eade54f6874dab0f08d2a /capture_info.h
parentc7872232e5661af50368d5d6154db13047320673 (diff)
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 <guy@alum.mit.edu>
Diffstat (limited to 'capture_info.h')
-rw-r--r--capture_info.h3
1 files changed, 0 insertions, 3 deletions
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);