1
0
Fork 0

remove obsolete constants

This commit is contained in:
mfranz 2006-06-07 21:09:38 +00:00
parent 1ccacef184
commit e841b65a5a

View file

@ -85,17 +85,6 @@ typedef struct {
enum VIEW_MODES{ HUD_VIEW, PANEL_VIEW, CHASE_VIEW, TOWER_VIEW };
// DAY, NIGHT and brightness levels need to be visible where dialogs and
// controls can be used to set intensity and appropriate color. This will
// be moved.
// Hud general constants
#define HUD_DAY 1
#define HUD_NIGHT 2
#define HUD_BRT_BLACK 3
#define HUD_BRT_DARK 4
#define HUD_BRT_MEDIUM 5
#define HUD_BRT_LIGHT 6
// Label constants
#define HUD_FONT_SMALL 1
#define HUD_FONT_LARGE 2