X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Futil.cxx;h=308ac756ab645cae078edfb6ed8fefb2df906e0d;hb=e322c70f529eacbfa0460f8f10419657eee00675;hp=e2c12cd742076f2c887fb725da900fb1dfbcfe99;hpb=b2625867634717cc42f7935379b461bb9acb081f;p=flightgear.git diff --git a/src/Main/util.cxx b/src/Main/util.cxx index e2c12cd74..308ac756a 100644 --- a/src/Main/util.cxx +++ b/src/Main/util.cxx @@ -32,10 +32,6 @@ SG_USING_STD(vector); #include "globals.hxx" #include "util.hxx" -#if defined(FG_NETWORK_OLK) -#include -#endif - void fgDefaultWeatherValue (const char * propname, double value) @@ -61,11 +57,6 @@ fgExit (int status) { SG_LOG(SG_GENERAL, SG_INFO, "Exiting FlightGear with status " << status); -#if defined(FG_NETWORK_OLK) - if (fgGetBool("/sim/networking/network-olk")) - fgd_send_com("8", FGFS_host); -#endif - globals->get_io()->shutdown_all(); exit(status); }