changeset 75:f1717a01dd9a

Remove line that does nothing
author Chris Cannam
date Thu, 24 Jan 2019 15:06:13 +0000
parents a0b1f4810e4e
children a595de3e6f8d
files segmentino/Segmentino.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/segmentino/Segmentino.cpp	Fri Sep 04 10:44:26 2015 +0100
+++ b/segmentino/Segmentino.cpp	Thu Jan 24 15:06:13 2019 +0000
@@ -335,7 +335,6 @@
             localTunings.push_back(0);
         }
         
-        blockSize = blockSize;
         frameCount = 0;
         int tempn = nNote * blockSize/2;
         // cerr << "length of tempkernel : " <<  tempn << endl;