From 22f4937e955a00d4fa099545ceb5523eafafd8a9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 19 Jan 2004 15:45:55 +0000 Subject: putting i18n in place for plugins Original commit message from CVS: putting i18n in place for plugins --- gst-libs/gst/gst-i18n-plugin.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gst-libs/gst/gst-i18n-plugin.h') diff --git a/gst-libs/gst/gst-i18n-plugin.h b/gst-libs/gst/gst-i18n-plugin.h index b139bc87..a57eb73b 100644 --- a/gst-libs/gst/gst-i18n-plugin.h +++ b/gst-libs/gst/gst-i18n-plugin.h @@ -23,15 +23,12 @@ #ifndef __GST_I18N_PLUGIN_H__ #define __GST_I18N_PLUGIN_H__ -#if 0 #include "gettext.h" /* included with gettext distribution and copied */ -#endif #ifdef HAVE_CONFIG_H # include "config.h" #endif -#if 0 #ifndef GETTEXT_PACKAGE #error You must define GETTEXT_PACKAGE before including this header. #endif @@ -40,10 +37,5 @@ #define _(String) dgettext (GETTEXT_PACKAGE, String) #define N_(String) gettext_noop (String) /* FIXME: if we need it, we can add Q_ as well, like in glib */ -#endif - -/* FIXME: we define them as passthrough first */ -#define _(String) String -#define N_(String) String #endif /* __GST_I18N_PLUGIN_H__ */ -- cgit v1.2.1