diff -r 7f893fd24e1f -r 52492a75e237 pidgin/gtkimhtml.c --- a/pidgin/gtkimhtml.c Thu Jun 21 06:50:23 2007 +0000 +++ b/pidgin/gtkimhtml.c Thu Jun 21 11:37:19 2007 +0000 @@ -54,19 +54,6 @@ #include #endif -#ifdef ENABLE_NLS -# include -# define _(x) gettext(x) -# ifdef gettext_noop -# define N_(String) gettext_noop (String) -# else -# define N_(String) (String) -# endif -#else -# define N_(String) (String) -# define _(x) (x) -#endif - #include /* GTK+ < 2.4.x hack, see pidgin.h for details. */