summaryrefslogtreecommitdiff
path: root/gtk/export_object_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/export_object_http.c')
-rw-r--r--gtk/export_object_http.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/export_object_http.c b/gtk/export_object_http.c
index 39f1024c4e..ebfc58cf79 100644
--- a/gtk/export_object_http.c
+++ b/gtk/export_object_http.c
@@ -32,8 +32,7 @@
#include <glib.h>
#include <gtk/gtk.h>
-/* This feature has not been ported to GTK1 and uses some functions only
- * only available in GTK 2.4 and above. */
+/* This feature uses some functions only available in GTK 2.4 and above. */
#if GTK_CHECK_VERSION(2,4,0)
#include <epan/dissectors/packet-http.h>