aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/export_object_http.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-27 07:01:58 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-27 07:01:58 +0000
commit25942ffd030bbdd528fd0e644b0e837483d41a9b (patch)
treedcda86376eaa6d357473b1674e5449c265339935 /gtk/export_object_http.c
parentce3c8bb971934da32a8d25dced853e387ef81ee2 (diff)
Remove all GTK+ < 2.4 code and minimum version checks.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25182 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/export_object_http.c')
-rw-r--r--gtk/export_object_http.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/export_object_http.c b/gtk/export_object_http.c
index d3f07427b2..3decf9a2d4 100644
--- a/gtk/export_object_http.c
+++ b/gtk/export_object_http.c
@@ -32,9 +32,6 @@
#include <glib.h>
#include <gtk/gtk.h>
-/* 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>
#include <epan/emem.h>
#include <epan/tap.h>
@@ -77,5 +74,3 @@ eo_http_cb(GtkWidget *widget _U_, gpointer data _U_)
{
export_object_window("http_eo", "HTTP", eo_http_packet);
}
-
-#endif /* GTK_CHECK_VERSION(2,4,0) */