[gimp] app: language.c contains no translatable strings, remove "gimp-intl.h"



commit ca2156ee35a5d8f6fc7e82b288753f6d1812272a
Author: Michael Natterer <mitch gimp org>
Date:   Fri Oct 21 18:44:39 2016 +0200

    app: language.c contains no translatable strings, remove "gimp-intl.h"

 app/language.c |    2 +-
 po/POTFILES.in |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/language.c b/app/language.c
index caa1412..ce013cb 100644
--- a/app/language.c
+++ b/app/language.c
@@ -22,6 +22,7 @@
 #include "config.h"
 
 #include <locale.h>
+
 #include <glib.h>
 
 #ifdef G_OS_WIN32
@@ -30,7 +31,6 @@
 #endif
 
 #include "language.h"
-#include "gimp-intl.h"
 
 
 void
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1c327f2..630e3ab 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -8,7 +8,6 @@ desktop/gimp.desktop.in.in
 
 app/about.h
 app/app.c
-app/language.c
 app/main.c
 app/sanity.c
 app/version.c


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