summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-05-23 02:12:22 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-05-23 02:12:22 +0000
commit4b87014937796bc83bd7da2b52bc0b3209df9218 (patch)
tree9b06277298df8df7ee5f52a122e1c747a5b6e32d /gtk
parent819dc6c790b06163ce6c50dc00f4b3ca0cb8d201 (diff)
downloadwireshark-4b87014937796bc83bd7da2b52bc0b3209df9218.tar.gz
Remove backward compability code for GTK 2.2.1 and lower since we only
support GTK 2.4+ now. svn path=/trunk/; revision=25361
Diffstat (limited to 'gtk')
-rw-r--r--gtk/follow_stream.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/follow_stream.c b/gtk/follow_stream.c
index 14280907b6..a0b63e2498 100644
--- a/gtk/follow_stream.c
+++ b/gtk/follow_stream.c
@@ -59,14 +59,6 @@
#include "gtk/print_win32.h"
-/* This is backwards-compatibility code for old versions of GTK+ (2.2.1 and
- * earlier). It defines the new wrap behavior (unknown in earlier versions)
- * as the old (slightly buggy) wrap behavior.
- */
-#ifndef GTK_WRAP_WORD_CHAR
-#define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
-#endif
-
/* static variable declarations to speed up the performance
* of follow_load_text and follow_add_to_gtk_text
*/