mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 18:31:27 +00:00
remove unused DARK_COLOUR (which also had a bad name for dark blue)
This commit is contained in:
parent
ab6f8fed56
commit
fd3384bab2
@ -341,7 +341,6 @@ const SDL_Color NORMAL_COLOUR = {0xDD,0xDD,0xDD,0},
|
||||
GOOD_COLOUR = {0x00,0xFF,0x00,0},
|
||||
BAD_COLOUR = {0xFF,0x00,0x00,0},
|
||||
BLACK_COLOUR = {0x00,0x00,0x00,0},
|
||||
DARK_COLOUR = {0x00,0x00,0x66,0},
|
||||
YELLOW_COLOUR = {0xFF,0xFF,0x00,0},
|
||||
BUTTON_COLOUR = {0xBC,0xB0,0x88,0},
|
||||
STONED_COLOUR = {0xA0,0xA0,0xA0,0},
|
||||
|
@ -35,7 +35,7 @@ struct manager {
|
||||
|
||||
//various standard colours
|
||||
extern const SDL_Color NORMAL_COLOUR, GRAY_COLOUR, LOBBY_COLOUR, GOOD_COLOUR, BAD_COLOUR,
|
||||
BLACK_COLOUR, DARK_COLOUR, YELLOW_COLOUR, BUTTON_COLOUR,
|
||||
BLACK_COLOUR, YELLOW_COLOUR, BUTTON_COLOUR,
|
||||
STONED_COLOUR, TITLE_COLOUR, DISABLED_COLOUR, LABEL_COLOUR;
|
||||
|
||||
// font sizes, to be made theme parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user