From 495973824d41dbad91d41f95e25dcdc1a936bb60 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Jan 2004 13:25:03 +0000 Subject: [PATCH] stray comment removed Original commit message from CVS: stray comment removed --- gst/gst-i18n-app.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/gst-i18n-app.h b/gst/gst-i18n-app.h index b589d23ae3..7db13ac74e 100644 --- a/gst/gst-i18n-app.h +++ b/gst/gst-i18n-app.h @@ -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 */