diff options
Diffstat (limited to 'graphics/iff.h')
-rw-r--r-- | graphics/iff.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/iff.h b/graphics/iff.h index 740f4b6d8c..322c372592 100644 --- a/graphics/iff.h +++ b/graphics/iff.h @@ -92,11 +92,7 @@ public: void decode(); }; -/* - TODO: rename this routine to decodePBM, and update the SAGA code that's - using it. The routine has already been implemented using the above PBMDecoder. -*/ -void decodeILBM(Common::ReadStream &input, Surface &surface, byte *&colors); +void decodePBM(Common::ReadStream &input, Surface &surface, byte *&colors); /* |