Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 1010:08f20a23fb81
Back out 1c37aa13bfd8 (which added half-wave rectification to colour 3d plot). Too specific.
author | Chris Cannam |
---|---|
date | Thu, 22 Oct 2015 11:40:17 +0100 |
parents | 1c37aa13bfd8 |
children | 7242fe160c19 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Tue Oct 20 09:04:41 2015 +0100 +++ b/layer/Colour3DPlotLayer.h Thu Oct 22 11:40:17 2015 +0100 @@ -139,9 +139,6 @@ void setInvertVertical(bool i); bool getInvertVertical() const; - void setShowRectified(bool); - bool getShowRectified() const { return m_rectified; } - void setOpaque(bool i); bool getOpaque() const; @@ -190,7 +187,6 @@ bool m_normalizeVisibleArea; bool m_normalizeHybrid; bool m_invertVertical; - bool m_rectified; bool m_opaque; bool m_smooth; int m_peakResolution;