remove unused DARK_COLOUR (which also had a bad name for dark blue)

This commit is contained in:
Ali El Gariani 2007-11-10 16:53:56 +00:00
parent ab6f8fed56
commit fd3384bab2
2 changed files with 1 additions and 2 deletions

View File

@ -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},

View File

@ -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