diff layer/SpectrogramLayer.h @ 1:ab83c415a6cd

* Backed out partially complete changes to make the spectrogram only store results up to the requested max frequency. The speed improvement was minimal at the expense of annoyance when changing frequency limit, and although it did save memory, it wasn't yet reliable and fixing it is not a high enough priority.
author Chris Cannam
date Tue, 10 Jan 2006 17:04:02 +0000
parents 2a4f26e85b4c
children 37b110168acf
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h	Tue Jan 10 16:33:16 2006 +0000
+++ b/layer/SpectrogramLayer.h	Tue Jan 10 17:04:02 2006 +0000
@@ -165,7 +165,6 @@
     
     QImage *m_cache;
     bool m_cacheInvalid;
-    size_t m_maxCachedFrequency;
 
     mutable QPixmap *m_pixmapCache;
     mutable bool m_pixmapCacheInvalid;