diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/gfx/gfx_driver.h | 2 | ||||
-rw-r--r-- | engines/sci/gfx/gfx_system.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/engines/sci/gfx/gfx_driver.h b/engines/sci/gfx/gfx_driver.h index d12d82395e..e277e3b7df 100644 --- a/engines/sci/gfx/gfx_driver.h +++ b/engines/sci/gfx/gfx_driver.h @@ -81,8 +81,6 @@ public: * * @param[in] xfact Horizontal scaling factor * @param[in] yfact Vertical scaling factor - * @param[in] bytespp Any of GFX_COLOR_MODE_*. GFX_COLOR_MODE_INDEX - * implies color index mode. * @return GFX_OK on success, GFX_ERROR if the mode could * not be set, or GFX_FATAL if the graphics target * is unuseable. diff --git a/engines/sci/gfx/gfx_system.h b/engines/sci/gfx/gfx_system.h index c9fe627b14..59d6006858 100644 --- a/engines/sci/gfx/gfx_system.h +++ b/engines/sci/gfx/gfx_system.h @@ -64,7 +64,6 @@ struct gfx_mode_t { /** * Palette or NULL to indicate non-palette mode. - * Palette mode is only supported for bytespp = 1 */ Palette *palette; |