From: mfranz Date: Wed, 7 Jun 2006 21:09:38 +0000 (+0000) Subject: remove obsolete constants X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e841b65a5a08f95f6a86f5c66d56aa45cc3afd3c;p=flightgear.git remove obsolete constants --- diff --git a/src/Cockpit/hud.hxx b/src/Cockpit/hud.hxx index 0d8d8b3a7..1f2d5cb49 100644 --- a/src/Cockpit/hud.hxx +++ b/src/Cockpit/hud.hxx @@ -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