Mercurial > hg > svcore
diff data/model/AlignmentModel.cpp @ 1065:0fd3661bcfff tonioni
clone() is never used (therefore presumably never works either)
author | Chris Cannam |
---|---|
date | Tue, 31 Mar 2015 12:12:31 +0100 |
parents | 2f49be7d4264 |
children | c1b522cfd1ff |
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp Tue Mar 31 11:54:57 2015 +0100 +++ b/data/model/AlignmentModel.cpp Tue Mar 31 12:12:31 2015 +0100 @@ -96,15 +96,6 @@ return m_reference->getSampleRate(); } -Model * -AlignmentModel::clone() const -{ - return new AlignmentModel - (m_reference, m_aligned, - m_inputModel ? m_inputModel->clone() : 0, - m_rawPath ? static_cast<SparseTimeValueModel *>(m_rawPath->clone()) : 0); -} - bool AlignmentModel::isReady(int *completion) const {