From 6bd58c61a1668d336f45443c602e850e965ad368 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 21 Oct 2008 18:35:42 +0200 Subject: Interface des ConfigManagers vereinfacht --- src/Common/Util.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/Common/Util.cpp') diff --git a/src/Common/Util.cpp b/src/Common/Util.cpp index 2bf4d50..f34aa1e 100644 --- a/src/Common/Util.cpp +++ b/src/Common/Util.cpp @@ -22,15 +22,6 @@ namespace Mad { namespace Common { -std::string Util::tolower(const std::string &str) { - std::string ret; - - for(std::string::const_iterator c = str.begin(); c != str.end(); ++c) - ret += std::tolower(*c); - - return ret; -} - std::string Util::trim(const std::string &str) { size_t beg, end; -- cgit v1.2.3