aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2011-11-30 09:47:10 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2011-11-30 09:47:10 +0000
commitf24e897094998b0ad5647854cca939cdbf5524ed (patch)
treedbf693a36f6977e4bf06430746c26cda941a2891 /gtk
parentf8de290bfae00175dbf8f5f84210a05a45d8ba9e (diff)
Extend coverage of #ifdef HAVE_PCAP_REMOTE to cover the static function insert_new_rows().
svn path=/trunk/; revision=40047
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_dlg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index 7aced0e565..4385b03cf4 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -795,7 +795,6 @@ error_list_remote_interface_cb (gpointer dialog _U_, gint btn _U_, gpointer data
{
capture_remote_cb(GTK_WIDGET(data), FALSE);
}
-#endif
static void
insert_new_rows(GList *list)
@@ -995,7 +994,6 @@ insert_new_rows(GList *list)
gtk_tree_view_set_model(GTK_TREE_VIEW(if_cb), model);
}
-#ifdef HAVE_PCAP_REMOTE
/* Retrieve the list of local or remote interfaces according to selected
* options and re-fill interface name combobox */
static void