From 3a2ee8ea23247f72628294b48b43716c1b84d8a8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 8 Sep 2016 23:07:26 -0400 Subject: IMAGE: Fixes for setup of Indeo4 decoder --- image/codecs/indeo/get_bits.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'image/codecs/indeo/get_bits.h') diff --git a/image/codecs/indeo/get_bits.h b/image/codecs/indeo/get_bits.h index f9f577c8bd..336cfa39be 100644 --- a/image/codecs/indeo/get_bits.h +++ b/image/codecs/indeo/get_bits.h @@ -46,7 +46,6 @@ namespace Indeo { class GetBits { private: const byte *_buffer; - DisposeAfterUse::Flag _disposeAfterUse; uint _index; uint _sizeInBits; uint _sizeInBitsPlus8; @@ -60,22 +59,11 @@ public: * @return 0 on success, AVERROR_INVALIDDATA if the buffer_size would overflow. */ GetBits(const byte *buffer, size_t totalBits); - - /** - * Constructor - * @param stream Stream to get data from - */ - GetBits(Common::SeekableReadStream &stream); /** * Copy constructor */ GetBits(const GetBits &src); - - /** - * Destructor - */ - ~GetBits(); /** * Returns the number of bits read -- cgit v1.2.3