aboutsummaryrefslogtreecommitdiff
path: root/graphics/palette.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-19 23:44:36 +0100
committerJohannes Schickel2011-02-19 23:45:03 +0100
commit292f1971426de8d7947ed2d2792902c6bfef1424 (patch)
tree00d9c990cfcc60e0c079ef4f79264ef22573f79f /graphics/palette.h
parent90fa5087dc884aa2646cee4024631e62fffbe74b (diff)
downloadscummvm-rg350-292f1971426de8d7947ed2d2792902c6bfef1424.tar.gz
scummvm-rg350-292f1971426de8d7947ed2d2792902c6bfef1424.tar.bz2
scummvm-rg350-292f1971426de8d7947ed2d2792902c6bfef1424.zip
GRAPHICS: Remove note about alpha channel removal in PaletteManager.
Diffstat (limited to 'graphics/palette.h')
-rw-r--r--graphics/palette.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/palette.h b/graphics/palette.h
index 2a4fdb656a..3e8652b572 100644
--- a/graphics/palette.h
+++ b/graphics/palette.h
@@ -62,8 +62,6 @@ public:
* @note It is an error if this function gets called when the pixel format
* in use (the return value of getScreenFormat) has more than one
* byte per pixel.
- * @note The alpha value is not actually used, and future revisions of this
- * API are probably going to remove it.
*
* @see getScreenFormat
*/