aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorMax Horn2008-11-09 15:59:14 +0000
committerMax Horn2008-11-09 15:59:14 +0000
commit1ad8e59c12e75717daf2145d0cdb817bf8af22c7 (patch)
tree678e499b4486319ffb9810b69769c04f0b154821 /gui/theme.h
parent53d530af37bf4e99fb05dba805223861f522a38c (diff)
downloadscummvm-rg350-1ad8e59c12e75717daf2145d0cdb817bf8af22c7.tar.gz
scummvm-rg350-1ad8e59c12e75717daf2145d0cdb817bf8af22c7.tar.bz2
scummvm-rg350-1ad8e59c12e75717daf2145d0cdb817bf8af22c7.zip
minor tweaks
svn-id: r34961
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 14eaebd769..2b4ec83e7b 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -318,7 +318,7 @@ public:
*
* @return true on support, else false
*/
- virtual bool supportsImages() const { return false; }
+// virtual bool supportsImages() const { return false; }
//! Special image ids for images used in the GUI
enum kThemeImages {
@@ -334,7 +334,7 @@ public:
*
* @see kThemeImages
*/
- virtual const Graphics::Surface *getImageSurface(const kThemeImages n) const { return 0; }
+// virtual const Graphics::Surface *getImageSurface(const kThemeImages n) const { return 0; }
public:
bool needThemeReload() { return ((_loadedThemeX != g_system->getOverlayWidth()) ||