From: Ingo Bürk Date: Sat, 21 Apr 2018 15:56:06 +0000 (+0200) Subject: Merge pull request #3256 from orestisf1993/REQUIRED_OPTION X-Git-Tag: 4.16~92 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=53648511b3859781f6a199773d0db54ede8e3f0f;hp=4b95e2c1e070c19a32490b78ec4e97b96dc5ba79 Merge pull request #3256 from orestisf1993/REQUIRED_OPTION Remove obsolete macro REQUIRED_OPTION --- diff --git a/src/config.c b/src/config.c index 95b7ec98..de149ce7 100644 --- a/src/config.c +++ b/src/config.c @@ -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));