diff layer/VerticalScaleLayer.h @ 701:084f65094203

Extend numerical and colour scales (and piano where applicable) to note and region layers
author Chris Cannam
date Wed, 04 Dec 2013 13:39:41 +0000
parents ad7623c39396
children e0f08e108064
line wrap: on
line diff
--- a/layer/VerticalScaleLayer.h	Wed Dec 04 13:12:09 2013 +0000
+++ b/layer/VerticalScaleLayer.h	Wed Dec 04 13:39:41 2013 +0000
@@ -19,7 +19,6 @@
 class VerticalScaleLayer
 {
 public:
-    virtual void getScaleExtents(View *, float &min, float &max, bool &log) const = 0;
     virtual int getYForValue(View *, float value) const = 0;
     virtual float getValueForY(View *, int y) const = 0;
     virtual QString getScaleUnits() const = 0;