changeset 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 b96ea6cbc22c
children a573a67c80a4 4b5fed5cb038
files pidgin/gtkimhtml.c
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
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. */