aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2008-10-13 12:38:58 +0000
committerMax Horn2008-10-13 12:38:58 +0000
commit0c28575a723c9249d19820cbf1f9c77639adc765 (patch)
treee952c3ce24d77533aa8d85599fd61d0cfe949cf0 /common
parent4686615edfe83a3f161828968404fcdb23b346a1 (diff)
downloadscummvm-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
Diffstat (limited to 'common')
-rw-r--r--common/system.h10
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 "";
- }
//@}
};