diff layer/Colour3DPlotLayer.h @ 1110:67dd16e33a3d spectrogram-minor-refactor

Make VerticalBinLayer an actual Layer (via SliceableLayer)
author Chris Cannam
date Tue, 19 Jul 2016 08:55:13 +0100
parents 6d720fe1c8cc
children 261a00010918
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Mon Jul 18 15:37:15 2016 +0100
+++ b/layer/Colour3DPlotLayer.h	Tue Jul 19 08:55:13 2016 +0100
@@ -38,8 +38,7 @@
  * implementation that derived the spectrogram itself from a
  * DenseTimeValueModel instead of using a three-dimensional model.
  */
-class Colour3DPlotLayer : public SliceableLayer,
-                          public VerticalBinLayer
+class Colour3DPlotLayer : public VerticalBinLayer
 {
     Q_OBJECT