diff --git a/source/Lib/EncoderLib/EncReshape.cpp b/source/Lib/EncoderLib/EncReshape.cpp index 0240ef0a09c7a5f053d13879c4741c20e9773ccd..638eb2dd2e84fb95db0f6ef440d146cbc5f17d14 100644 --- a/source/Lib/EncoderLib/EncReshape.cpp +++ b/source/Lib/EncoderLib/EncReshape.cpp @@ -1284,7 +1284,6 @@ void EncReshape::copyState(const EncReshape &other) m_rateAdpMode = other.m_rateAdpMode; m_useAdpCW = other.m_useAdpCW; m_initCWAnalyze = other.m_initCWAnalyze; - m_dQPModel = other.m_dQPModel; m_reshapeCW = other.m_reshapeCW; memcpy( m_cwLumaWeight, other.m_cwLumaWeight, sizeof( m_cwLumaWeight ) ); m_chromaWeight = other.m_chromaWeight;