From: Marco Hunsicker Date: Sat, 15 Mar 2014 14:10:14 +0000 (+0100) Subject: Remove custom color options from order array X-Git-Tag: 2.9~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d198403a3bbfd8b567919384dc0fe79dd2c2c436;p=i3%2Fi3status Remove custom color options from order array --- diff --git a/i3status.c b/i3status.c index 1811884..cfc1fd6 100644 --- a/i3status.c +++ b/i3status.c @@ -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() };