removed unused color

This commit is contained in:
vurtun 2015-05-12 14:24:37 +02:00
parent 9ab58e2e3a
commit f1113b4b3a
2 changed files with 0 additions and 3 deletions

1
gui.c
View File

@ -1289,7 +1289,6 @@ gui_default_config(struct gui_config *config)
col_load(config->colors[GUI_COLOR_OPTION], 100, 100, 100, 255);
col_load(config->colors[GUI_COLOR_OPTION_BACKGROUND], 45, 45, 45, 255);
col_load(config->colors[GUI_COLOR_OPTION_ACTIVE], 45, 45, 45, 255);
col_load(config->colors[GUI_COLOR_SCROLL], 100, 100, 100, 255);
col_load(config->colors[GUI_COLOR_SLIDER], 100, 100, 100, 255);
col_load(config->colors[GUI_COLOR_SLIDER_CURSOR], 45, 45, 45, 255);
col_load(config->colors[GUI_COLOR_PROGRESS], 100, 100, 100, 255);

2
gui.h
View File

@ -356,8 +356,6 @@ enum gui_panel_colors {
GUI_COLOR_OPTION,
GUI_COLOR_OPTION_BACKGROUND,
GUI_COLOR_OPTION_ACTIVE,
GUI_COLOR_SCROLL,
GUI_COLOR_SCROLL_CURSOR,
GUI_COLOR_SLIDER,
GUI_COLOR_SLIDER_CURSOR,
GUI_COLOR_PROGRESS,