stray comment removed
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 13:25:03 +0000 (13:25 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 13:25:03 +0000 (13:25 +0000)
Original commit message from CVS:
stray comment removed

gst/gst-i18n-app.h

index b589d23..7db13ac 100644 (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 */