From e55587f4cfe50e12ca6feafe1fbbb9250bfaa90c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 8 Jul 2020 09:12:23 +1000 Subject: meson.build: always set the default variants/options Make this more balanced with the rules/layouts so we can rely on that #define to exist. Signed-off-by: Peter Hutterer --- src/context-priv.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/context-priv.c b/src/context-priv.c index 3c15440..8eaa579 100644 --- a/src/context-priv.c +++ b/src/context-priv.c @@ -99,14 +99,6 @@ xkb_context_get_buffer(struct xkb_context *ctx, size_t size) return rtrn; } -#ifndef DEFAULT_XKB_VARIANT -#define DEFAULT_XKB_VARIANT NULL -#endif - -#ifndef DEFAULT_XKB_OPTIONS -#define DEFAULT_XKB_OPTIONS NULL -#endif - static const char * xkb_context_get_default_rules(struct xkb_context *ctx) { -- cgit v1.2.3