diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-21 11:49:11 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-21 11:49:11 +0200 |
commit | 9d05dcf175ac6a26a1a263ea490df174f78ffc62 (patch) | |
tree | 7cba0b34e51f7a337a87a73c9752e4acf17659aa /src/gui/gui-color.h | |
parent | 2c04e9752359a603300d5c32f51a11e700f2f023 (diff) | |
download | weechat-9d05dcf175ac6a26a1a263ea490df174f78ffc62.zip |
Remove infobar
Diffstat (limited to 'src/gui/gui-color.h')
-rw-r--r-- | src/gui/gui-color.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/gui-color.h b/src/gui/gui-color.h index 08fd22009..647519218 100644 --- a/src/gui/gui-color.h +++ b/src/gui/gui-color.h @@ -71,10 +71,6 @@ enum t_gui_color_enum GUI_COLOR_STATUS_DATA_OTHER, GUI_COLOR_STATUS_MORE, - GUI_COLOR_INFOBAR, - GUI_COLOR_INFOBAR_DELIMITERS, - GUI_COLOR_INFOBAR_HIGHLIGHT, - GUI_COLOR_INPUT, GUI_COLOR_INPUT_SERVER, GUI_COLOR_INPUT_CHANNEL, |