X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fstrutils.cxx;h=d33b0a9dcdbd3a72febcf0cf965b4ef46938c2f6;hb=b48c0e968fcba4c063419e12674a7f2b24954b43;hp=e836a3c44cdbb327e9b239b2c3b8c739c09f1ddb;hpb=bac2ef601d44c419ce802466c849a3f0aec39f1b;p=simgear.git diff --git a/simgear/misc/strutils.cxx b/simgear/misc/strutils.cxx index e836a3c4..d33b0a9d 100644 --- a/simgear/misc/strutils.cxx +++ b/simgear/misc/strutils.cxx @@ -25,8 +25,6 @@ #include "strutils.hxx" -#include // for convertToLowerCase - using std::string; using std::vector; @@ -185,12 +183,5 @@ namespace simgear { return do_strip( s, BOTHSTRIP ); } - string convertToLowerCase(const string& str) - { - // proxy onto osgDB - easy to reimplement here, but let's avoid - // code duplication for the moment. - return osgDB::convertToLowerCase(str); - } - } // end namespace strutils } // end namespace simgear