Mercurial > hg > svcore
diff data/model/SparseModel.h @ 296:2b6c99b607f1
...
author | Chris Cannam |
---|---|
date | Fri, 21 Sep 2007 09:13:11 +0000 |
parents | 084ae1c213ee |
children | c022976d18e8 |
line wrap: on
line diff
--- a/data/model/SparseModel.h Thu Sep 06 15:14:47 2007 +0000 +++ b/data/model/SparseModel.h Fri Sep 21 09:13:11 2007 +0000 @@ -450,9 +450,6 @@ void SparseModel<PointType>::addPoint(const PointType &point) { -// std::cout << "SparseModel<Point>::addPoint(" << point.frame << ", " -// << point.value << ")" << std::endl; - { QMutexLocker locker(&m_mutex); m_points.insert(point);