diff layer/Colour3DPlotLayer.h @ 1114:a42e5a3c63ef spectrogram-minor-refactor

Tidy
author Chris Cannam
date Tue, 19 Jul 2016 14:50:39 +0100
parents 261a00010918
children d930ff725f64
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Tue Jul 19 14:49:46 2016 +0100
+++ b/layer/Colour3DPlotLayer.h	Tue Jul 19 14:50:39 2016 +0100
@@ -208,13 +208,6 @@
     
     DenseThreeDimensionalModel::Column getColumn(int col) const;
 
-    /**
-     * True if we have the opaque or smooth flag set, or if the cells
-     * are so small you can't see their borders. False for big,
-     * translucent cells.
-     */
-//!!!    bool shouldPaintDenseIn(const LayerGeometryProvider *) const; 
-
     int getColourScaleWidth(QPainter &) const;
 
     void paintWithRenderer(LayerGeometryProvider *v, QPainter &paint, QRect rect) const;