aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/cinepak.h
diff options
context:
space:
mode:
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