aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_info.h')
-rw-r--r--capture_info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/capture_info.h b/capture_info.h
index 9a5cdd5b53..aa5953595c 100644
--- a/capture_info.h
+++ b/capture_info.h
@@ -49,8 +49,6 @@ typedef struct _info_data {
capture_info ui; /* user interface data */
} info_data_t;
-/* open the info - init values (wtap, counts), create dialog */
-extern void capture_info_open(capture_session *cap_session, info_data_t* cap_info);
/* new file arrived - (eventually close old wtap), open wtap */
extern gboolean capture_info_new_file(const char *new_filename, info_data_t* cap_info);