# HG changeset patch # User Stu Tomlinson # Date 1182425839 0 # Node ID 4eb0a18484ccdaf2da3735cab68af81c3222f3df # Parent b96ea6cbc22ce71703eaa68811cc3e2fc6b61ded Kill a compile warning, as we now include internal.h in gtkimhtml.c, we don't need to define _ here too. diff -r b96ea6cbc22c -r 4eb0a18484cc 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. */