From cc3f439323ffaaec358a29ac9004a9932ed073dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 18 Feb 2020 17:22:56 +0100 Subject: [PATCH] calendar-server: Remove unused defines The file doesn't contain any translatable strings, so the i18n macros are unused. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1016 --- src/calendar-server/calendar-sources.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/calendar-server/calendar-sources.c b/src/calendar-server/calendar-sources.c index bdc145421..a0da1cedf 100644 --- a/src/calendar-server/calendar-sources.c +++ b/src/calendar-server/calendar-sources.c @@ -36,14 +36,6 @@ G_GNUC_END_IGNORE_DEPRECATIONS #undef CALENDAR_ENABLE_DEBUG #include "calendar-debug.h" -#ifndef _ -#define _(x) gettext(x) -#endif - -#ifndef N_ -#define N_(x) x -#endif - typedef struct _ClientData ClientData; typedef struct _CalendarSourceData CalendarSourceData;