From e5048ecffed49eb0ddb6b69488cfeebbc3820d8f Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 23 Aug 2014 09:49:35 -0400 Subject: IMAGE: Rewrite a bunch of Cinepak using templates --- image/codecs/cinepak.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'image/codecs/cinepak.h') diff --git a/image/codecs/cinepak.h b/image/codecs/cinepak.h index ccdad0877c..02c09b6ddb 100644 --- a/image/codecs/cinepak.h +++ b/image/codecs/cinepak.h @@ -95,9 +95,6 @@ private: byte findNearestRGB(int index) const; void ditherVectors(Common::SeekableReadStream &stream, uint16 strip, byte chunkID, uint32 chunkSize); - void ditherCodebookDetail(const CinepakCodebook &codebook, byte *dst) const; - void ditherCodebookSmooth(const CinepakCodebook &codebook, byte *dst) const; - byte getRGBLookupEntry(uint16 index) const; }; } // End of namespace Image -- cgit v1.2.3