diff options
author | Max Horn | 2008-10-13 12:38:58 +0000 |
---|---|---|
committer | Max Horn | 2008-10-13 12:38:58 +0000 |
commit | 0c28575a723c9249d19820cbf1f9c77639adc765 (patch) | |
tree | e952c3ce24d77533aa8d85599fd61d0cfe949cf0 | |
parent | 4686615edfe83a3f161828968404fcdb23b346a1 (diff) | |
download | scummvm-rg350-0c28575a723c9249d19820cbf1f9c77639adc765.tar.gz scummvm-rg350-0c28575a723c9249d19820cbf1f9c77639adc765.tar.bz2 scummvm-rg350-0c28575a723c9249d19820cbf1f9c77639adc765.zip |
OSYSTEM: Removed unused getExtraThemeConfig() method (TODO: Implement a new system which allows ports to add/remove stuff from the options dialogs)
svn-id: r34794
-rw-r--r-- | common/system.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/common/system.h b/common/system.h index 176e53ddb4..a8e7c0d09b 100644 --- a/common/system.h +++ b/common/system.h @@ -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 ""; - } //@} }; |