From aa35b97f4d381236520f38339261302720de2391 Mon Sep 17 00:00:00 2001 From: nobody <nobody@localhost> Date: Wed, 24 Oct 2001 22:17:05 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'guikachu-0_99_0'. svn path=/tags/guikachu-0_99_0/; revision=14064 --- e-util/e-unicode-i18n.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 e-util/e-unicode-i18n.h (limited to 'e-util/e-unicode-i18n.h') diff --git a/e-util/e-unicode-i18n.h b/e-util/e-unicode-i18n.h deleted file mode 100644 index e8281891bc..0000000000 --- a/e-util/e-unicode-i18n.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _E_UNICODE_I18N_H -#define _E_UNICODE_I18N_H - -#include <libgnome/gnome-defs.h> -#include <libgnome/gnome-i18n.h> - -const char *e_utf8_gettext (const char *string); -const char *e_utf8_dgettext (const char *domain, const char *string); - -#undef U_ -#ifdef GNOME_EXPLICIT_TRANSLATION_DOMAIN -# define U_(domain,string) e_utf8_dgettext (domain, string) -#else -# define U_(string) e_utf8_gettext (string) -#endif - -#endif /* _E_UNICODE_I18N_H */ -- cgit