diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-20 18:42:29 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-20 18:42:29 +0200 |
commit | eb46ba7bdce0d7a4efbb0a3359e8d6a99c14a3bc (patch) | |
tree | 0d7834c6ebe6addafded2e40d669e2750c6c5f4b /lib/bemenu.h | |
parent | 7d019e767b8dc3e69d6f17ad4f4d69e3948257e1 (diff) | |
download | bemenu-eb46ba7bdce0d7a4efbb0a3359e8d6a99c14a3bc.tar.gz bemenu-eb46ba7bdce0d7a4efbb0a3359e8d6a99c14a3bc.tar.bz2 bemenu-eb46ba7bdce0d7a4efbb0a3359e8d6a99c14a3bc.zip |
Remove bg color option as you never see the real bg anyways.
Diffstat (limited to 'lib/bemenu.h')
-rw-r--r-- | lib/bemenu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bemenu.h b/lib/bemenu.h index 4010683..d91e695 100644 --- a/lib/bemenu.h +++ b/lib/bemenu.h @@ -202,7 +202,6 @@ enum bm_key { * @link ::bm_color BM_COLOR_LAST @endlink is provided for enumerating colors. */ enum bm_color { - BM_COLOR_BG, BM_COLOR_TITLE_BG, BM_COLOR_TITLE_FG, BM_COLOR_FILTER_BG, |