svn-id: r43996
This commit is contained in:
Filippos Karapetis 2009-09-06 23:01:33 +00:00
parent 10dd604d0a
commit 8e36d06c4c
2 changed files with 0 additions and 3 deletions

@ -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.

@ -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;