Remove unused stuff.
Modified Files: src/Main/main.cxx src/Main/main.hxx
This commit is contained in:
parent
22888ca8a5
commit
aadf568c91
2 changed files with 0 additions and 12 deletions
|
@ -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 ) {
|
||||
|
|
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue