Remove custom color options from order array

This commit is contained in:
Marco Hunsicker 2014-03-15 15:10:14 +01:00 committed by Michael Stapelberg
parent 4f7da73885
commit d198403a3b

View 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()
};