From 5bd5f58ca8abb602a3fa42e364c1e89490371486 Mon Sep 17 00:00:00 2001 From: SiPlus Date: Sun, 31 May 2015 10:04:54 +0300 Subject: [PATCH] Remove an unused field of KTX_Decoder --- plugins/image/ktx.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/image/ktx.cpp b/plugins/image/ktx.cpp index a12f8150..582d0b8b 100644 --- a/plugins/image/ktx.cpp +++ b/plugins/image/ktx.cpp @@ -49,8 +49,6 @@ class KTX_Decoder public: virtual void Decode( PointerInputStream& istream, byte* out ) = 0; virtual unsigned int GetPixelSize() = 0; -protected: - bool m_bigEndian; }; class KTX_Decoder_A8 : public KTX_Decoder -- 2.39.2