X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FmainWin%2Fsrc%2Fsupport.h;h=2dea079c2a421d686d539e798a3a0f54463f331a;hb=c4c15b5edc7c90041add373336ab19ce87c05e0b;hp=92201b97766f84c5f35d2ea1357c623cca48967e;hpb=561eba2a0c9ec6049965e7f7107e2a7d5c411513;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/mainWin/src/support.h b/ltt/branches/poly/lttv/modules/gui/mainWin/src/support.h index 92201b97..2dea079c 100644 --- a/ltt/branches/poly/lttv/modules/gui/mainWin/src/support.h +++ b/ltt/branches/poly/lttv/modules/gui/mainWin/src/support.h @@ -8,29 +8,6 @@ #include -/* - * Standard gettext macros. - */ -#ifdef ENABLE_NLS -# include -# undef _ -# define _(String) dgettext (PACKAGE, String) -# ifdef gettext_noop -# define N_(String) gettext_noop (String) -# else -# define N_(String) (String) -# endif -#else -# define textdomain(String) (String) -# define gettext(String) (String) -# define dgettext(Domain,Message) (Message) -# define dcgettext(Domain,Message,Type) (Message) -# define bindtextdomain(Domain,Directory) (Domain) -# define _(String) (String) -# define N_(String) (String) -#endif - - /* * Public Functions. */