Get rid of unused #define.

Change-Id: I16abf022ea79f763b82a28f9dffccbf56630f14c
Reviewed-on: https://code.wireshark.org/review/13087
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-01-06 16:34:00 -08:00
parent c7c936a32d
commit 32cfb5a0ce
1 changed files with 0 additions and 6 deletions

View File

@ -106,12 +106,6 @@ static GArray *if_array;
static if_stat_cache_t *sc;
static GtkWidget *cap_if_top_vb, *cap_if_sw;
/*
* Timeout, in milliseconds, for reads from the stream of captured packets.
*/
#define CAP_READ_TIMEOUT 250
/* the "runtime" data of one interface */
typedef struct if_dlg_data_s {
gchar *device;