diff --git a/gtk/airpcap_gui_utils.h b/gtk/airpcap_gui_utils.h index 61aff05d76..a158a513ed 100644 --- a/gtk/airpcap_gui_utils.h +++ b/gtk/airpcap_gui_utils.h @@ -57,14 +57,17 @@ gint row; gint column; }airpcap_key_ls_selected_info_t; +/* XXX Not used anywhere -> Delete??? */ +#if 0 /* * Used to retrieve a string containing a list of all the channels * on which at least one adapter is capturing. This is true * if the adapter passed as parameter is "Any" ... if not, * this function returns the only channel number string. */ -gchar* +static gchar* airpcap_get_all_channels_list(airpcap_if_info_t* if_info); +#endif /* * set up the airpcap toolbar for the new capture interface diff --git a/gtk/capture_if_dlg.c b/gtk/capture_if_dlg.c index fd4878ce74..b08785199a 100644 --- a/gtk/capture_if_dlg.c +++ b/gtk/capture_if_dlg.c @@ -66,10 +66,10 @@ #include "gtk/webbrowser.h" #include "gtk/capture_globals.h" -#ifdef _WIN32 #ifdef HAVE_AIRPCAP #include "../image/toolbar/capture_airpcap_16.xpm" #endif +#ifdef _WIN32 #include "../image/toolbar/capture_ethernet_16.xpm" #include "../image/toolbar/modem_16.xpm"