diff options
Diffstat (limited to 'src/context-priv.c')
-rw-r--r-- | src/context-priv.c | 8 |
1 files changed, 0 insertions, 8 deletions
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) { |