aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorCameron Cawley2019-11-09 14:52:05 +0000
committerFilippos Karapetis2019-11-10 01:25:46 +0200
commitd1fa1154fe5758fe48928062ff9b43d1bcfc7770 (patch)
treeab6e301f5a000c0fdeea52a83c0a92b59b55d68a /common
parenta00ccb215fcf5657aea797877285c1e7e6cac5f0 (diff)
downloadscummvm-rg350-d1fa1154fe5758fe48928062ff9b43d1bcfc7770.tar.gz
scummvm-rg350-d1fa1154fe5758fe48928062ff9b43d1bcfc7770.tar.bz2
scummvm-rg350-d1fa1154fe5758fe48928062ff9b43d1bcfc7770.zip
BACKENDS: Fix using fillScreen in non-paletted screen modes
Diffstat (limited to 'common')
-rw-r--r--common/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/system.h b/common/system.h
index 0b75d906ad..0ea925352e 100644
--- a/common/system.h
+++ b/common/system.h
@@ -900,10 +900,6 @@ public:
/**
* Fills the screen with a given color value.
- *
- * @note We are using uint32 here even though currently
- * we only support 8bpp indexed mode. Thus the value should
- * be always inside [0, 255] for now.
*/
virtual void fillScreen(uint32 col) = 0;