Remove redefinition of _(msgid) macro from lzmainfo.c.

This commit is contained in:
Lasse Collin 2009-12-09 18:13:44 +02:00
parent 171b03febf
commit b56cb1fc31
1 changed files with 0 additions and 7 deletions

View File

@ -14,13 +14,6 @@
#include <stdio.h>
#include <errno.h>
#ifdef ENABLE_NLS
# include <libintl.h>
# define _(msgid) gettext(msgid)
#else
# define _(msgid) msgid
#endif
#include "lzma.h"
#include "getopt.h"
#include "tuklib_gettext.h"