summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-04-15 22:41:50 +0200
committerDave Davenport <qball@gmpclient.org>2015-04-15 22:41:50 +0200
commitf64395e4e989830e9a11c72e1447ade32c065e81 (patch)
tree0342d3a0fa20ac44d1d41304731f3266d131e9bd /config
parenta38ddb3b06a6bbd51c61767e0066faf60f65fbc3 (diff)
Remove unused code
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 6ed24964..95a51df4 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -68,7 +68,7 @@ Settings config = {
.menu_bg_urgent = "#FDF6E3",
.menu_bg_active = "#FDF6E3",
/** Background color alternate row */
- .menu_bg_alt = NULL, //"#EEE8D5",
+ .menu_bg_alt = NULL, //"#EEE8D5",
/** Foreground color (selected) */
.menu_hlfg = "#EEE8D5",
.menu_hlfg_urgent = "#FDF6E3",