]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/system_mgr.cxx
Add a *really* crude model of ITT, Oil Temp, and Oil Pressure. This
[flightgear.git] / src / Systems / system_mgr.cxx
index 21bf3f5cf0bb7f51141a516af8f5af0fd726f139..1a93aa718f6b673b6ead997dec170de6001d0bb3 100644 (file)
 #include "pitot.hxx"
 #include "static.hxx"
 #include "vacuum.hxx"
-#include "submodel.hxx"
 
 
 FGSystemMgr::FGSystemMgr ()
 {
     set_subsystem( "electrical", new FGElectricalSystem );
-    set_subsystem( "submodel", new SubmodelSystem() );
 
     config_props = new SGPropertyNode;