X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fhud.hxx;h=bec30f5539a6c570ca185b1c4efc3906bc3e3eb1;hb=8e5f3ac8a333a971d7f8104a387426c3bc47a014;hp=0ce27ec3003883ce621793cc2cb23a435f16090b;hpb=70be1629e61d9b751a2f73df30b83bb1be6ca4fe;p=flightgear.git diff --git a/src/Cockpit/hud.hxx b/src/Cockpit/hud.hxx index 0ce27ec30..bec30f553 100644 --- a/src/Cockpit/hud.hxx +++ b/src/Cockpit/hud.hxx @@ -54,7 +54,6 @@ namespace osg { #include #include -#include #include #include #include @@ -134,46 +133,6 @@ extern float get_mach( void ); extern char *coord_format_lat(float); extern char *coord_format_lon(float); -// $$$ begin - added, VS Renganathan, 13 Oct 2K -extern float get_anzg (void); -extern float get_Vx (void); -extern float get_Vy (void); -extern float get_Vz (void); -extern float get_Ax (void); -extern float get_Ay (void); -extern float get_Az (void); -extern int get_iaux1 (void); -extern int get_iaux2 (void); -extern int get_iaux3 (void); -extern int get_iaux4 (void); -extern int get_iaux5 (void); -extern int get_iaux6 (void); -extern int get_iaux7 (void); -extern int get_iaux8 (void); -extern int get_iaux9 (void); -extern int get_iaux10 (void); -extern int get_iaux11 (void); -extern int get_iaux12 (void); -extern float get_aux1(void); -extern float get_aux2(void); -extern float get_aux3(void); -extern float get_aux4(void); -extern float get_aux5 (void); -extern float get_aux6 (void); -extern float get_aux7 (void); -extern float get_aux8(void); -extern float get_aux9(void); -extern float get_aux10(void); -extern float get_aux11(void); -extern float get_aux12(void); -extern float get_aux13(void); -extern float get_aux14(void); -extern float get_aux15(void); -extern float get_aux16(void); -extern float get_aux17(void); -extern float get_aux18(void); -// $$$ end - added, VS Renganathan, 13 Oct 2K - extern char *get_formated_gmt_time( void ); enum hudinstype{ HUDno_instr, @@ -274,7 +233,7 @@ public: void Draw(fntRenderer *fnt) { if (digit) { - int c=0,i=0; + int c=0; int p=4; @@ -734,8 +693,8 @@ public: }; -extern int fgHUDInit( fgAIRCRAFT * /* current_aircraft */ ); -extern int fgHUDInit2( fgAIRCRAFT * /* current_aircraft */ ); +extern int fgHUDInit(); +extern int fgHUDInit2(); extern void fgUpdateHUD( osg::State* ); extern void fgUpdateHUD( osg::State*, GLfloat x_start, GLfloat y_start, GLfloat x_end, GLfloat y_end );