1
0
Fork 0

aircraft.[cxx|hxx] is gone.

This commit is contained in:
James Turner 2010-07-01 22:56:22 +01:00
parent 18d42ec1af
commit 88e65f7662
3 changed files with 1 additions and 13 deletions

View file

@ -377,14 +377,6 @@
<Filter
Name="Lib_Aircraft"
>
<File
RelativePath="..\..\..\src\Aircraft\aircraft.cxx"
>
</File>
<File
RelativePath="..\..\..\src\Aircraft\aircraft.hxx"
>
</File>
<File
RelativePath="..\..\..\src\Aircraft\controls.cxx"
>

View file

@ -1,7 +1,6 @@
noinst_LIBRARIES = libAircraft.a
libAircraft_a_SOURCES = \
aircraft.cxx aircraft.hxx \
controls.cxx controls.hxx \
replay.cxx replay.hxx

View file

@ -54,7 +54,6 @@
#include <Time/light.hxx>
#include <Include/general.hxx>
#include <Aircraft/replay.hxx>
#include <Aircraft/aircraft.hxx>
#include <Cockpit/cockpit.hxx>
#include <Cockpit/hud.hxx>
#include <Model/panelnode.hxx>
@ -536,9 +535,7 @@ static void fgIdleFunction ( void ) {
} else if ( idle_state == 2 ) {
idle_state++;
globals->get_commands()->addCommand("load-aircraft", fgLoadAircraft);
fgSplashProgress("reading airport & navigation data");