X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMain%2Futil.hxx;h=5e1aca890de268cbd8e468dd84eee11447067716;hb=78507bf22eabe69e2e1eabb0503f4427cc298a92;hp=acb25ac0d070c7d47c895ea1e9f00e529c79a56f;hpb=5fc0be88202264eee65cea8f7db64bdba3ae59ee;p=flightgear.git diff --git a/src/Main/util.hxx b/src/Main/util.hxx index acb25ac0d..5e1aca890 100644 --- a/src/Main/util.hxx +++ b/src/Main/util.hxx @@ -39,16 +39,6 @@ */ extern double fgGetLowPass (double current, double target, double timeratio); - -/** - * Unescape string. - * - * @param str String possibly containing escaped characters. - * @return string with escaped characters replaced by single character values. - */ -extern std::string fgUnescape (const char *str); - - /** * Validation listener interface for io.nas, used by fgcommands. * @param path Path to be validated