]> git.sur5r.net Git - i3/i3status/commitdiff
Remove custom color options from order array
authorMarco Hunsicker <i3@hunsicker.de>
Sat, 15 Mar 2014 14:10:14 +0000 (15:10 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 15 Mar 2014 17:00:27 +0000 (18:00 +0100)
i3status.c

index 1811884d06bdcba301007eab3c0772078d0cf045..cfc1fd622b7c9a14770d292095d6d0447e98cd1b 100644 (file)
@@ -419,7 +419,6 @@ int main(int argc, char *argv[]) {
                 CFG_SEC("ddate", ddate_opts, CFGF_NONE),
                 CFG_SEC("load", load_opts, CFGF_NONE),
                 CFG_SEC("cpu_usage", usage_opts, CFGF_NONE),
-                CFG_CUSTOM_COLOR_OPTS,
                 CFG_END()
         };