diff options
author | Marco Hunsicker <i3@hunsicker.de> | 2014-03-15 15:10:14 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2014-03-15 18:00:27 +0100 |
commit | d198403a3bbfd8b567919384dc0fe79dd2c2c436 (patch) | |
tree | ae0b7552c5ff893c092a6b6ad0f02cf6bcff0bea /i3status.c | |
parent | 4f7da73885934a052425fc71861b0c9922c2122f (diff) |
Remove custom color options from order array
Diffstat (limited to 'i3status.c')
-rw-r--r-- | i3status.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() }; |