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:
parent
51b7eb7a2b
commit
cc3f439323
@ -36,14 +36,6 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
|||||||
#undef CALENDAR_ENABLE_DEBUG
|
#undef CALENDAR_ENABLE_DEBUG
|
||||||
#include "calendar-debug.h"
|
#include "calendar-debug.h"
|
||||||
|
|
||||||
#ifndef _
|
|
||||||
#define _(x) gettext(x)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef N_
|
|
||||||
#define N_(x) x
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct _ClientData ClientData;
|
typedef struct _ClientData ClientData;
|
||||||
typedef struct _CalendarSourceData CalendarSourceData;
|
typedef struct _CalendarSourceData CalendarSourceData;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user