X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.cxx;h=1073c5635472bf8ffa5ede6c2b1f25ffdbe52eb9;hb=2cd7473384ec231e2a013b280e83919b98ed2a15;hp=1cbd37325ccb65257dc56ce31a3ffb03048baf72;hpb=485230b443de22c97d5c4ddfda98598fb52ce98a;p=flightgear.git diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 1cbd37325..1073c5635 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -25,10 +25,6 @@ # include #endif -#if defined(FX) && defined(XMESA) -bool global_fullscreen = true; -#endif - #include #include // rint() @@ -38,28 +34,36 @@ bool global_fullscreen = true; #include STL_STRING -#include -#include -#include +#include -#include -#include -#include +// #include +// #include +// #include +// #include +// #include #ifdef FG_NETWORK_OLK # include #endif -#include