Remove backward compability code for GTK 2.2.1 and lower since we only

support GTK 2.4+ now.


svn path=/trunk/; revision=25361
This commit is contained in:
Stephen Fisher 2008-05-23 02:12:22 +00:00
parent 819dc6c790
commit 4b87014937
1 changed files with 0 additions and 8 deletions

View File

@ -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
*/