]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.hxx
Land the GPS/route-manager re-write. Many things are better, many other things will...
[flightgear.git] / src / Main / globals.hxx
index d962bae2c2937bbc6e2f12de46e177e6ac6d0f53..a1c58797e8f1347b79e669ee15864bd2fdfe97f1 100644 (file)
@@ -59,7 +59,6 @@ class FGATCMgr;
 class FGAircraftModel;
 class FGControls;
 class FGFlightPlanDispatcher;
-class FGIO;
 class FGNavList;
 class FGAirwayNetwork;
 class FGTACANList;
@@ -169,9 +168,6 @@ private:
     // Tile manager
     FGTileMgr *tile_mgr;
 
-    // Input/Ouput subsystem
-    FGIO *io;
-
     FGFontCache *fontcache;
 
     // Navigational Aids
@@ -308,7 +304,6 @@ public:
     inline FGTileMgr * get_tile_mgr () const { return tile_mgr; }
     inline void set_tile_mgr ( FGTileMgr *t ) { tile_mgr = t; }
 
-    inline FGIO* get_io() const { return io; }
     inline FGFontCache *get_fontcache() const { return fontcache; }
     
     inline FGNavList *get_navlist() const { return navlist; }