From 5731aebf8b1b2a2902f71adf5e480a93d19bfc0d Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 30 Mar 2017 20:45:36 +0200 Subject: [PATCH] ATV Demod: code simplification in end of frame processing --- plugins/channelrx/demodatv/atvdemod.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/channelrx/demodatv/atvdemod.cpp b/plugins/channelrx/demodatv/atvdemod.cpp index 28b7beab0..d1ab11bf4 100644 --- a/plugins/channelrx/demodatv/atvdemod.cpp +++ b/plugins/channelrx/demodatv/atvdemod.cpp @@ -487,12 +487,6 @@ void ATVDemod::demod(Complex& c) //Interleave Odd/Even images m_intRowIndex=m_intImageIndex%2; - m_intColIndex=0; - - if(blnComputeImage) - { - m_objRegisteredATVScreen->selectRow(m_intRowIndex - m_intNumberOfSyncLines); - } //Rendering when odd image processed if(m_intImageIndex%2==1)