Mercurial > hg > silvet
diff src/EM.cpp @ 273:4e19c60241cb
Remove some unused member variables
author | Chris Cannam |
---|---|
date | Mon, 04 Aug 2014 09:22:05 +0100 |
parents | a53c713b2a4a |
children | 405a2ad601f4 |
line wrap: on
line diff
--- a/src/EM.cpp Mon Jul 28 14:40:44 2014 +0100 +++ b/src/EM.cpp Mon Aug 04 09:22:05 2014 +0100 @@ -40,9 +40,7 @@ m_sourceCount(pack->templates.size()), m_pitchSparsity(1.1), m_shiftSparsity(1.1), - m_sourceSparsity(1.2), - m_lowestPitch(pack->lowestNote), - m_highestPitch(pack->highestNote) + m_sourceSparsity(1.2) { m_pitches = allocate<float>(m_noteCount); m_updatePitches = allocate<float>(m_noteCount);