aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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 "";
- }
//@}
};