[Scummvm-cvs-logs] SF.net SVN: scummvm:[34794] scummvm/trunk/common/system.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Oct 13 14:38:59 CEST 2008


Revision: 34794
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34794&view=rev
Author:   fingolfin
Date:     2008-10-13 12:38:58 +0000 (Mon, 13 Oct 2008)

Log Message:
-----------
OSYSTEM: Removed unused getExtraThemeConfig() method (TODO: Implement a new system which allows ports to add/remove stuff from the options dialogs)

Modified Paths:
--------------
    scummvm/trunk/common/system.h

Modified: scummvm/trunk/common/system.h
===================================================================
--- scummvm/trunk/common/system.h	2008-10-13 10:26:26 UTC (rev 34793)
+++ scummvm/trunk/common/system.h	2008-10-13 12:38:58 UTC (rev 34794)
@@ -935,16 +935,6 @@
 	 */
 	virtual Common::WriteStream *openConfigFileForWriting();
 
-	/**
-	 * Return String which is used for backend-specific addition to theme
-	 * config.
-	 *
-	 * Typical usage is to disable unneeded GUI widgets or defining
-	 * theme-specific tab.
-	 */
-	virtual Common::String getExtraThemeConfig() {
-		return "";
-	}
 	//@}
 };
 


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