summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
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
*/