aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-10-20 06:24:56 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-10-20 06:24:56 +0000
commit22a949a42fdf4cb21b87ab871317d8a0348f92d1 (patch)
tree1182fb536976a73a3ec2a21f6685fcd168dcae7e /gtk
parentdd63bac75b21380b5fca1758c44dd50fc8b91673 (diff)
Make dumpcap complile again and other minor improvements.
svn path=/trunk/; revision=19624
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 396539b107..5c56984cd3 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -2033,8 +2033,6 @@ get_gui_runtime_info(GString *str)
{
#ifdef HAVE_AIRPCAP
get_runtime_airpcap_version(str);
-#else
- g_string_append(str, "without AirPcap");
#endif
}