aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2009-02-16 01:04:19 +0000
committerMax Horn2009-02-16 01:04:19 +0000
commitbf6a7c1d72c0c3120c253f1e955d7495860519f4 (patch)
tree566d8d7e9ce2427651ce39f2cb167010007c1c09
parent0a621d89ae175b4667383f5b7e9055f1ea1b8811 (diff)
downloadscummvm-rg350-bf6a7c1d72c0c3120c253f1e955d7495860519f4.tar.gz
scummvm-rg350-bf6a7c1d72c0c3120c253f1e955d7495860519f4.tar.bz2
scummvm-rg350-bf6a7c1d72c0c3120c253f1e955d7495860519f4.zip
cleanup
svn-id: r38338
-rw-r--r--common/config-file.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/config-file.h b/common/config-file.h
index 3f0812dd2b..2f7d9cb650 100644
--- a/common/config-file.h
+++ b/common/config-file.h
@@ -53,8 +53,6 @@ namespace Common {
*/
class ConfigFile {
public:
- typedef HashMap<String, bool, IgnoreCase_Hash, IgnoreCase_EqualTo> StringSet;
-
struct KeyValue {
String key;
String value;
@@ -120,7 +118,6 @@ public:
const SectionList getSections() const { return _sections; }
const SectionKeyList getKeys(const String &section) const;
- void listSections(StringSet &set);
void listKeyValues(StringMap &kv);
private: