Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 1011:7242fe160c19 3.0-integration
Merge from default branch
author | Chris Cannam |
---|---|
date | Wed, 18 Nov 2015 12:08:33 +0000 |
parents | 1011ffb1b6d5 08f20a23fb81 |
children | 521f7e8b0559 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Tue Oct 20 09:14:24 2015 +0100 +++ b/layer/Colour3DPlotLayer.h Wed Nov 18 12:08:33 2015 +0000 @@ -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;