Merge pull request #3256 from orestisf1993/REQUIRED_OPTION
Remove obsolete macro REQUIRED_OPTION
This commit is contained in:
commit
53648511b3
|
@ -191,10 +191,6 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath,
|
|||
|
||||
bindings = default_mode->bindings;
|
||||
|
||||
#define REQUIRED_OPTION(name) \
|
||||
if (config.name == NULL) \
|
||||
die("You did not specify required configuration option " #name "\n");
|
||||
|
||||
/* Clear the old config or initialize the data structure */
|
||||
memset(&config, 0, sizeof(config));
|
||||
|
||||
|
|
Loading…
Reference in New Issue