]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.hxx
Fix line endings
[flightgear.git] / src / Main / globals.hxx
index 989c49173f49415dbf5fa385d64c9208ccaf1dea..d9b285b95d8fd8ee4f6be61e6c4305dad4a39bc7 100644 (file)
@@ -79,9 +79,7 @@ class FGLight;
 class FGModelMgr;
 class FGRouteMgr;
 class FGScenery;
-#ifdef FG_MPLAYER_AS
 class FGMultiplayMgr;
-#endif
 class FGPanel;
 class FGTileMgr;
 class FGViewMgr;
@@ -210,11 +208,8 @@ private:
     FGTACANList *channellist;
     FGFixList *fixlist;
 
-
-#ifdef FG_MPLAYER_AS
     //Mulitplayer managers
     FGMultiplayMgr *multiplayer_mgr;
-#endif
 
 public:
 
@@ -326,7 +321,6 @@ public:
       model_mgr = mgr;
     }
 
-#ifdef FG_MPLAYER_AS
     inline FGMultiplayMgr *get_multiplayer_mgr () { return multiplayer_mgr; }
 
     inline void set_multiplayer_mgr (FGMultiplayMgr * mgr)
@@ -334,8 +328,6 @@ public:
       multiplayer_mgr = mgr;
     }
 
-#endif
-
     inline string_list *get_channel_options_list () {
        return channel_options_list;
     }