changeset 1230:366ffdf719cd

Fix silly definition that prevented spectrum scale from appearing
author Chris Cannam
date Thu, 26 Jan 2017 21:17:59 +0000
parents 491dd600570c
children ff97318e993c
files layer/SpectrumLayer.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/layer/SpectrumLayer.h	Thu Jan 26 21:17:36 2017 +0000
+++ b/layer/SpectrumLayer.h	Thu Jan 26 21:17:59 2017 +0000
@@ -93,8 +93,6 @@
     void setShowPeaks(bool);
     bool getShowPeaks() const { return m_showPeaks; }
 
-    virtual int getVerticalScaleWidth(LayerGeometryProvider *, bool, QPainter &) const { return 0; }
-
     virtual void toXml(QTextStream &stream, QString indent = "",
                        QString extraAttributes = "") const;