mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
cleanup
svn-id: r38338
This commit is contained in:
parent
0a621d89ae
commit
bf6a7c1d72
@ -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 §ion) const;
|
||||
|
||||
void listSections(StringSet &set);
|
||||
void listKeyValues(StringMap &kv);
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user