From 8e36d06c4cc67b51acb27091ad58bd25e0d0b6fd Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 6 Sep 2009 23:01:33 +0000 Subject: Cleanup svn-id: r43996 --- engines/sci/gfx/gfx_driver.h | 2 -- engines/sci/gfx/gfx_system.h | 1 - 2 files changed, 3 deletions(-) (limited to 'engines') 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; -- cgit v1.2.3