diff pidgin/gtkimhtml.c @ 18220:4eb0a18484cc

Kill a compile warning, as we now include internal.h in gtkimhtml.c, we don't need to define _ here too.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 21 Jun 2007 11:37:19 +0000
parents b8572b937c09
children db4b0aa4ed8c d28015a513a9
line wrap: on
line diff
--- 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 <windows.h>
 #endif
 
-#ifdef ENABLE_NLS
-#  include <libintl.h>
-#  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 <pango/pango-font.h>
 
 /* GTK+ < 2.4.x hack, see pidgin.h for details. */