X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fglobals.hxx;h=097e3acb5ea441eede4909884dd07338cb432fef;hb=830c2ae7db92ec8ac9f2d18ba29c0dec9b4705f3;hp=fccee8c5159bf6ae209b7c685baa059dd98cc163;hpb=61a81e855d35534ba9b07e95ba94aef6605ab025;p=flightgear.git diff --git a/src/Main/globals.hxx b/src/Main/globals.hxx index fccee8c51..097e3acb5 100644 --- a/src/Main/globals.hxx +++ b/src/Main/globals.hxx @@ -60,13 +60,10 @@ class FGAircraftModel; class FGControls; class FGFlightPlanDispatcher; class FGNavList; -class FGAirwayNetwork; class FGTACANList; -class FGLight; class FGModelMgr; class FGRouteMgr; class FGScenery; -class FGMultiplayMgr; class FGPanel; class FGTileMgr; class FGViewMgr; @@ -173,10 +170,6 @@ private: FGNavList *tacanlist; FGNavList *carrierlist; FGTACANList *channellist; - FGAirwayNetwork *airwaynet; - - //Mulitplayer managers - FGMultiplayMgr *multiplayer_mgr; /// roots of Aircraft trees string_list fg_aircraft_dirs; @@ -289,13 +282,6 @@ public: model_mgr = mgr; } - inline FGMultiplayMgr *get_multiplayer_mgr () { return multiplayer_mgr; } - - inline void set_multiplayer_mgr (FGMultiplayMgr * mgr) - { - multiplayer_mgr = mgr; - } - inline string_list *get_channel_options_list () { return channel_options_list; } @@ -334,10 +320,6 @@ public: inline FGTACANList *get_channellist() const { return channellist; } inline void set_channellist( FGTACANList *c ) { channellist = c; } - inline FGAirwayNetwork *get_airwaynet() const { return airwaynet; } - inline void set_airwaynet( FGAirwayNetwork *a ) { airwaynet = a; } - - /** * Save the current state as the initial state. */