Just put both clear_capture_box() and fill_capture_box() under one

#ifdef HAVE_LIBPCAP/#endif.

svn path=/trunk/; revision=41691
This commit is contained in:
Guy Harris 2012-03-20 23:37:23 +00:00
parent 24298dca48
commit d230d1663f
1 changed files with 1 additions and 2 deletions

View File

@ -927,8 +927,7 @@ clear_capture_box(void)
if_view = NULL;
}
}
#endif /* HAVE_LIBPCAP */
#ifdef HAVE_LIBPCAP
static void fill_capture_box(void)
{
GtkWidget *box_to_fill;