1
0
Fork 0

Remove unused stuff.

Modified Files:
 	src/Main/main.cxx src/Main/main.hxx
This commit is contained in:
frohlich 2009-03-17 05:33:31 +00:00 committed by Tim Moore
parent 22888ca8a5
commit aadf568c91
2 changed files with 0 additions and 12 deletions

View 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 ) {

View 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 );