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

svn-id: r34794
This commit is contained in:
Max Horn 2008-10-13 12:38:58 +00:00
parent 4686615edf
commit 0c28575a72

View File

@ -935,16 +935,6 @@ public:
*/
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 "";
}
//@}
};