[Scummvm-cvs-logs] SF.net SVN: scummvm:[38338] scummvm/trunk/common/config-file.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Feb 16 02:04:19 CET 2009


Revision: 38338
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38338&view=rev
Author:   fingolfin
Date:     2009-02-16 01:04:19 +0000 (Mon, 16 Feb 2009)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/common/config-file.h

Modified: scummvm/trunk/common/config-file.h
===================================================================
--- scummvm/trunk/common/config-file.h	2009-02-16 00:43:18 UTC (rev 38337)
+++ scummvm/trunk/common/config-file.h	2009-02-16 01:04:19 UTC (rev 38338)
@@ -53,8 +53,6 @@
  */
 class ConfigFile {
 public:
-	typedef HashMap<String, bool, IgnoreCase_Hash, IgnoreCase_EqualTo> StringSet;
-
 	struct KeyValue {
 		String key;
 		String value;
@@ -120,7 +118,6 @@
 	const SectionList getSections() const { return _sections; }
 	const SectionKeyList getKeys(const String &section) const;
 
-	void listSections(StringSet &set);
 	void listKeyValues(StringMap &kv);
 
 private:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list