summaryrefslogtreecommitdiff
path: root/src/transfer_function.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-21 14:02:31 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-21 14:04:41 +0200
commit6e322c48a00cd0a115a654777b7bc873138a2866 (patch)
treee7c2ef8739a7bb3e906edfeb1c4a8f4b6b5f9558 /src/transfer_function.h
parent6c7e11d0f7e82b94539d5098f8730eaa60d5067b (diff)
Cleanup: remove out-of-date comment.
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: