Mercurial > hg > svcore
diff data/model/FFTModel.cpp @ 1155:546d4e417346 3.0-integration
Tidy a bit
author | Chris Cannam |
---|---|
date | Fri, 22 Jan 2016 17:08:02 +0000 |
parents | aa588c391d1a |
children | 444d133b5ab7 |
line wrap: on
line diff
--- a/data/model/FFTModel.cpp Fri Jan 22 13:39:45 2016 +0000 +++ b/data/model/FFTModel.cpp Fri Jan 22 17:08:02 2016 +0000 @@ -139,13 +139,6 @@ } bool -FFTModel::isColumnAvailable(int) const -{ - //!!! - return true; -} - -bool FFTModel::getMagnitudesAt(int x, float *values, int minbin, int count) const { if (count == 0) count = getHeight();