]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.cxx
Make FGIO a proper subsystem and add a reinit method for the generic protocol. This...
[flightgear.git] / src / Main / globals.cxx
index 2d00791a2a7ba7f9f469148808ed35f5b7a12782..262423c2aec68a5fec223e1e11c9e3731882c55f 100644 (file)
@@ -95,7 +95,6 @@ FGGlobals::FGGlobals() :
     initial_waypoints( NULL ),
     scenery( NULL ),
     tile_mgr( NULL ),
-    io( new FGIO ),
     fontcache ( new FGFontCache ),
     navlist( NULL ),
     loclist( NULL ),
@@ -150,7 +149,6 @@ FGGlobals::~FGGlobals()
     delete initial_waypoints;
     delete tile_mgr;
     delete scenery;
-    delete io;
     delete fontcache;
 
     delete navlist;