Get rid of unused #define.
authorGuy Harris <guy@alum.mit.edu>
Thu, 7 Jan 2016 00:34:00 +0000 (16:34 -0800)
committerGuy Harris <guy@alum.mit.edu>
Thu, 7 Jan 2016 00:34:28 +0000 (00:34 +0000)
Change-Id: I16abf022ea79f763b82a28f9dffccbf56630f14c
Reviewed-on: https://code.wireshark.org/review/13087
Reviewed-by: Guy Harris <guy@alum.mit.edu>
ui/gtk/capture_if_dlg.c

index 0c205ce6b695baa7ae881345d0a2ce702502c6dd..87eb0a95540219ab32b420cb953bd76c3a7e301b 100644 (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;