summaryrefslogtreecommitdiff
path: root/src/transfer_function.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transfer_function.h')
-rw-r--r--src/transfer_function.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transfer_function.h b/src/transfer_function.h
index a53a476e..9dc517e3 100644
--- a/src/transfer_function.h
+++ b/src/transfer_function.h
@@ -66,7 +66,6 @@ public:
virtual bool about_equal (std::shared_ptr<const TransferFunction> other, double epsilon) const = 0;
protected:
- /** Make a LUT and return an array allocated by new */
virtual std::vector<double> make_lut (double from, double to, int bit_depth, bool inverse) const = 0;
private: