From aadf568c910795e399421b2280ec2e86399b6278 Mon Sep 17 00:00:00 2001 From: frohlich Date: Tue, 17 Mar 2009 05:33:31 +0000 Subject: [PATCH] Remove unused stuff. Modified Files: src/Main/main.cxx src/Main/main.hxx --- src/Main/main.cxx | 9 --------- src/Main/main.hxx | 3 --- 2 files changed, 12 deletions(-) diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 4d48d7aba..10fc58ce1 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -188,15 +188,6 @@ void fgUpdateTimeDepCalcs() { } -void fgInitTimeDepCalcs( void ) { - // noop for now -} - - -static const double alt_adjust_ft = 3.758099; -static const double alt_adjust_m = alt_adjust_ft * SG_FEET_TO_METER; - - // What should we do when we have nothing else to do? Let's get ready // for the next move and update the display? static void fgMainLoop( void ) { diff --git a/src/Main/main.hxx b/src/Main/main.hxx index df896644a..b15846b5a 100644 --- a/src/Main/main.hxx +++ b/src/Main/main.hxx @@ -2,10 +2,7 @@ #ifndef __FG_MAIN_HXX #define __FG_MAIN_HXX 1 -void fgLoadDCS (void); -void fgUpdateDCS (void); void fgUpdateTimeDepCalcs(); -void fgInitTimeDepCalcs( void ); bool fgMainInit( int argc, char **argv ); -- 2.39.5