X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Futil.hxx;h=acb25ac0d070c7d47c895ea1e9f00e529c79a56f;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=dcd75b1306605e9f5daf4db6b930302b74f36d58;hpb=94a34719566150281d2d91e1ffcafa0e3e935b88;p=flightgear.git diff --git a/src/Main/util.hxx b/src/Main/util.hxx index dcd75b130..acb25ac0d 100644 --- a/src/Main/util.hxx +++ b/src/Main/util.hxx @@ -26,29 +26,6 @@ #endif -/** - * Initialize a single value through all existing weather levels. - * - * This function is useful mainly from the command-line. - * - * @param propname The name of the subproperty to initialized. - * @param value The initial value. - */ -extern void fgDefaultWeatherValue (const char * propname, double value); - - -/** - * Set up a plausible wind layout, boundary and aloft, - * based on just a few parameters. - * - * @param min_hdg Minimal wind heading - * @param max_hdg Maximal wind heading - * @param speed Windspeed in knots - * @param gust Wind gust variation in knots - */ -extern void fgSetupWind (double min_hdg, double max_hdg, - double speed, double gust); - /** * Move a value towards a target. *