stray comment removed

Original commit message from CVS:
stray comment removed
This commit is contained in:
Thomas Vander Stichele 2004-01-13 13:25:03 +00:00
parent c8d60d688f
commit 495973824d

View file

@ -30,7 +30,6 @@
#include "gettext.h" /* included with gettext distribution and copied */
/* we want to use shorthand _() for translating and N_() for marking */
//#define _(String) gettext (String)
#define _(String) gettext (String)
#define N_(String) gettext_noop (String)
/* FIXME: if we need it, we can add Q_ as well, like in glib */