From a446ba031f953e3faaa1b1422192bfd555d44a5c Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 31 Jul 2002 07:06:04 +0000 Subject: Remove (maybe temporary) ngettext check/fallback_macro. CVS patchset: 2373 CVS date: 2002/07/31 07:06:04 --- src/xine-engine/xineintl.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/xine-engine/xineintl.h b/src/xine-engine/xineintl.h index 11cfd6928..33f6694d6 100644 --- a/src/xine-engine/xineintl.h +++ b/src/xine-engine/xineintl.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineintl.h,v 1.2 2002/07/27 23:53:55 f1rmb Exp $ + * $Id: xineintl.h,v 1.3 2002/07/31 07:06:04 f1rmb Exp $ * */ @@ -38,9 +38,6 @@ extern "C" { # else # define N_(String) (String) # endif -# ifndef HAVE_NGETTEXT -# define ngettext(Singular, Plural, IsPlural) (Singular) -# endif #else /* Stubs that do something close enough. */ # define textdomain(String) (String) -- cgit v1.2.3