From 29fda8e50e4a4a127348e63fcf9f47600beab93c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 13 Jun 2019 12:29:19 +1000 Subject: Error out if we have no default path The path is set through configure.ac/Makefile.am and always defined anyway. Let's not re-define it here with a different value than our default. Signed-off-by: Peter Hutterer --- xkbpath.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xkbpath.c') diff --git a/xkbpath.c b/xkbpath.c index 6f18b86..e7912bf 100644 --- a/xkbpath.c +++ b/xkbpath.c @@ -33,10 +33,6 @@ #include #include "xkbpath.h" -#ifndef DFLT_XKB_CONFIG_ROOT -#define DFLT_XKB_CONFIG_ROOT "/usr/lib/X11/xkb" -#endif - #ifndef PATH_MAX #define PATH_MAX 1024 #endif -- cgit v1.2.1