diff data/model/DenseThreeDimensionalModel.h @ 1155:546d4e417346 3.0-integration

Tidy a bit
author Chris Cannam
date Fri, 22 Jan 2016 17:08:02 +0000
parents aa588c391d1a
children abb78e824820
line wrap: on
line diff
--- a/data/model/DenseThreeDimensionalModel.h	Fri Jan 22 13:39:45 2016 +0000
+++ b/data/model/DenseThreeDimensionalModel.h	Fri Jan 22 17:08:02 2016 +0000
@@ -55,15 +55,6 @@
      */
     virtual float getMaximumLevel() const = 0;
 
-    /**
-     * Return true if there are data available for the given column.
-     * This should return true only if getColumn(column) would not
-     * have to do any substantial work to calculate its return values.
-     * If this function returns false, it may still be possible to
-     * retrieve the column, but its values may have to be calculated.
-     */
-    virtual bool isColumnAvailable(int column) const = 0;
-
     typedef std::vector<float> Column;
 
     /**