From 0d0d796620791bb653f60c3eda18c6c01eaae2fb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 28 Mar 2011 14:43:15 +0100 Subject: [PATCH 6/7] Remove i18n macros from files where they're unused dbus-glib-tool (dbus-binding-tool) and dbus-gparser are theoretically localizable, but the library doesn't make any use of gettext. --- dbus/dbus-glib.c | 5 ----- dbus/dbus-gmain.c | 4 ---- 2 files changed, 0 insertions(+), 9 deletions(-) diff --git a/dbus/dbus-glib.c b/dbus/dbus-glib.c index a6a717f..716cb86 100644 --- a/dbus/dbus-glib.c +++ b/dbus/dbus-glib.c @@ -29,11 +29,6 @@ #include "dbus-gobject.h" #include -#include -#define _(x) dgettext (GETTEXT_PACKAGE, x) -#define N_(x) x - - /** * SECTION:dbus-gconnection * @short_description: DBus Connection diff --git a/dbus/dbus-gmain.c b/dbus/dbus-gmain.c index 5109bc8..62da077 100644 --- a/dbus/dbus-gmain.c +++ b/dbus/dbus-gmain.c @@ -33,10 +33,6 @@ #include "dbus-gsignature.h" #include -#include -#define _(x) dgettext (GETTEXT_PACKAGE, x) -#define N_(x) x - /** * @defgroup DBusGLibInternals GLib bindings implementation details * @ingroup DBusInternals -- 1.7.5.3