diff layer/SpectrumLayer.h @ 1230:366ffdf719cd

Fix silly definition that prevented spectrum scale from appearing
author Chris Cannam
date Thu, 26 Jan 2017 21:17:59 +0000
parents 4fe7a09be0fe
children 4d0ca1ab4cd0
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;