diff options
author | Filippos Karapetis | 2009-09-06 23:01:33 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-09-06 23:01:33 +0000 |
commit | 8e36d06c4cc67b51acb27091ad58bd25e0d0b6fd (patch) | |
tree | e283770e121afdf987661fecd7e346744ac0aa30 | |
parent | 10dd604d0a87f85b60bf3afae77d0808113a6d40 (diff) | |
download | scummvm-rg350-8e36d06c4cc67b51acb27091ad58bd25e0d0b6fd.tar.gz scummvm-rg350-8e36d06c4cc67b51acb27091ad58bd25e0d0b6fd.tar.bz2 scummvm-rg350-8e36d06c4cc67b51acb27091ad58bd25e0d0b6fd.zip |
Cleanup
svn-id: r43996
-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; |