]> git.mxchange.org Git - flightgear.git/commitdiff
Remove unused stuff.
authorfrohlich <frohlich>
Tue, 17 Mar 2009 05:33:31 +0000 (05:33 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 18 Mar 2009 07:00:09 +0000 (08:00 +0100)
Modified Files:
  src/Main/main.cxx src/Main/main.hxx

src/Main/main.cxx
src/Main/main.hxx

index 4d48d7aba6b75061c89d47d789b780c4bf474347..10fc58ce1b5c53f5353f759d6d46158e0f98cc9d 100644 (file)
@@ -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 ) {
index df896644ae5e56abae1441f964daaca2c1f8b78d..b15846b5a9a15ec3f5234d02c294c09bf8f34d3e 100644 (file)
@@ -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 );