aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/cinepak.h
diff options
context:
space:
mode:
authorMatthew Hoops2014-08-23 09:49:35 -0400
committerMatthew Hoops2015-04-11 14:36:42 -0400
commite5048ecffed49eb0ddb6b69488cfeebbc3820d8f (patch)
treed2cb820fc9fca06e70c4a5c6cef41d3a2f9b24a4 /image/codecs/cinepak.h
parentf342d63431fc0784adc08648f17a6bbad934743f (diff)
downloadscummvm-rg350-e5048ecffed49eb0ddb6b69488cfeebbc3820d8f.tar.gz
scummvm-rg350-e5048ecffed49eb0ddb6b69488cfeebbc3820d8f.tar.bz2
scummvm-rg350-e5048ecffed49eb0ddb6b69488cfeebbc3820d8f.zip
IMAGE: Rewrite a bunch of Cinepak using templates
Diffstat (limited to 'image/codecs/cinepak.h')
-rw-r--r--image/codecs/cinepak.h3
1 files changed, 0 insertions, 3 deletions
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