[gtksourceview/wip/constructor: 2/3] i18n: remove "translator-credits" string



commit f34a36373feaa864a3116d8f9b02ce6ca0bc0d1b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Aug 2 06:34:04 2016 +0200

    i18n: remove "translator-credits" string
    
    A library usually doesn't have that translatable string. It's used in
    applications. The translator-credits of GtkSourceView were probably used
    nowhere. If it can serve as any reference, GLib doesn't have a
    translator-credits string.

 gtksourceview/gtksourceview-i18n.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview/gtksourceview-i18n.c b/gtksourceview/gtksourceview-i18n.c
index dca1a65..507d080 100644
--- a/gtksourceview/gtksourceview-i18n.c
+++ b/gtksourceview/gtksourceview-i18n.c
@@ -30,9 +30,6 @@
 const gchar *
 _gtksourceview_gettext (const gchar *msgid)
 {
-       G_GNUC_UNUSED const char translator_credits[] = N_("translator-credits");
-       /* above is a dummy variable to get the string into po files */
-
        return g_dgettext (GETTEXT_PACKAGE, msgid);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]