mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 20:50:56 +00:00
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:
parent
4686615edf
commit
0c28575a72
@ -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 "";
|
||||
}
|
||||
//@}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user