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
This commit is contained in:
Florian Müllner 2020-02-18 17:22:56 +01:00 committed by Florian Müllner
parent 51b7eb7a2b
commit cc3f439323

View File

@ -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;