diff --git a/include/module.h b/include/module.h index 9ef037c4b..a879bf04a 100644 --- a/include/module.h +++ b/include/module.h @@ -4,12 +4,6 @@ #include "services.h" #include "commands.h" #include "modules.h" - -#if GETTEXT_FOUND -# include -# define _(x) gettext(x) -#else -# define _(x) x -#endif +#define _(x) x #endif // MODULE_H