]> git.mxchange.org Git - flightgear.git/commitdiff
aircraft.[cxx|hxx] is gone.
authorJames Turner <zakalawe@mac.com>
Thu, 1 Jul 2010 21:56:22 +0000 (22:56 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 1 Jul 2010 21:56:22 +0000 (22:56 +0100)
projects/VC90/FlightGear/FlightGear.vcproj
src/Aircraft/Makefile.am
src/Main/main.cxx

index 61a956730f3af97c661f5a3b560164be9c476ca7..6dc84a357b58614bf9a7cd3071b9cca27ccbf3fd 100644 (file)
                <Filter
                        Name="Lib_Aircraft"
                        >
-                       <File
-                               RelativePath="..\..\..\src\Aircraft\aircraft.cxx"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\Aircraft\aircraft.hxx"
-                               >
-                       </File>
                        <File
                                RelativePath="..\..\..\src\Aircraft\controls.cxx"
                                >
index 25dcd510d0e3462a4bd540d1a4bc562a4d590dad..02b586a9f2f514bc75bec386ea90028a3a41f6cc 100644 (file)
@@ -1,7 +1,6 @@
 noinst_LIBRARIES = libAircraft.a
 
 libAircraft_a_SOURCES = \
-       aircraft.cxx aircraft.hxx \
        controls.cxx controls.hxx \
        replay.cxx replay.hxx
 
index 5d88ab30b13bd39250c0516c27765261d6ae8428..15e677d9ae04f87493ec36e0d349f8d8d3b09241 100644 (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");