Remove the ENABLE_NLS check here as well.
authorMatthias Clasen <maclas@gmx.de>
Mon, 12 Jul 2004 04:03:50 +0000 (04:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 12 Jul 2004 04:03:50 +0000 (04:03 +0000)
Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>

* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gi18n-lib.h

index 7f192b2..282c60b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
+
 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
index 7f192b2..282c60b 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
+
 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
index 7f192b2..282c60b 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
+
 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
index 7f192b2..282c60b 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
+
 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
index 7f192b2..282c60b 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
+
 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
index dc1a620..48e9fa2 100644 (file)
@@ -21,8 +21,6 @@
 
 #include <glib/gstrfuncs.h>
 
-#ifdef ENABLE_NLS
-
 #include <libintl.h>
 
 #ifndef GETTEXT_PACKAGE
 #define N_(String) (String)
 #endif
 
-#else /* NLS is disabled */
-
-#define _(String) (String)
-#define Q_(String) (String)
-#define N_(String) (String)
-#define textdomain(String) (String)
-#define gettext(String) (String)
-#define dgettext(Domain,String) (String)
-#define dcgettext(Domain,String,Type) (String)
-#define bindtextdomain(Domain,Directory) (Domain) 
-
-#endif
-
 #endif  /* __G_I18N_LIB_H__ */