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 */