Add back HAVE_CONFIGFILE ifdef - will strip out remaps and overrides
support as well
This commit is contained in:
parent
cb48ae6989
commit
e0fdd8d39e
56 changed files with 419 additions and 253 deletions
|
@ -75,7 +75,9 @@ static int action_start_remap_file_load(
|
|||
const char *path, const char *label,
|
||||
unsigned type, size_t idx, size_t entry_idx)
|
||||
{
|
||||
#ifdef HAVE_CONFIGFILE
|
||||
input_remapping_set_defaults(true);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue