summaryrefslogtreecommitdiff
path: root/include/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h8
1 files changed, 1 insertions, 7 deletions
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 <libintl.h>
-# define _(x) gettext(x)
-#else
-# define _(x) x
-#endif
+#define _(x) x
#endif // MODULE_H