]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/strutils.cxx
Merge branch 'next' of git://gitorious.org/fg/simgear into next
[simgear.git] / simgear / misc / strutils.cxx
index e836a3c44cdbb327e9b239b2c3b8c739c09f1ddb..d33b0a9dcdbd3a72febcf0cf965b4ef46938c2f6 100644 (file)
@@ -25,8 +25,6 @@
 
 #include "strutils.hxx"
 
-#include <osgDB/FileNameUtils> // 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