From: SiPlus Date: Sun, 31 May 2015 07:04:54 +0000 (+0300) Subject: Remove an unused field of KTX_Decoder X-Git-Tag: xonotic-v0.8.1~3^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=5bd5f58ca8abb602a3fa42e364c1e89490371486 Remove an unused field of KTX_Decoder --- 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