]> git.mxchange.org Git - flightgear.git/commitdiff
remove obsolete constants
authormfranz <mfranz>
Wed, 7 Jun 2006 21:09:38 +0000 (21:09 +0000)
committermfranz <mfranz>
Wed, 7 Jun 2006 21:09:38 +0000 (21:09 +0000)
src/Cockpit/hud.hxx

index 0d8d8b3a79d8b60748d90a7d7f069ba3d20045ed..1f2d5cb4970c22b489bbe945f3b92c04128091c9 100644 (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