summaryrefslogtreecommitdiffstats
path: root/src/Common/Util.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-10-21 18:35:42 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-10-21 18:35:42 +0200
commit6bd58c61a1668d336f45443c602e850e965ad368 (patch)
treed48420599501a223eb3018dd998c886b49bbab96 /src/Common/Util.h
parente3d0c98e5a867518800bc79c18f7b13755c056e0 (diff)
downloadmad-6bd58c61a1668d336f45443c602e850e965ad368.tar
mad-6bd58c61a1668d336f45443c602e850e965ad368.zip
Interface des ConfigManagers vereinfacht
Diffstat (limited to 'src/Common/Util.h')
-rw-r--r--src/Common/Util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Common/Util.h b/src/Common/Util.h
index 8df5cac..ec31beb 100644
--- a/src/Common/Util.h
+++ b/src/Common/Util.h
@@ -30,7 +30,6 @@ class Util {
Util();
public:
- static std::string tolower(const std::string &str);
static std::string trim(const std::string &str);
};