From 6e322c48a00cd0a115a654777b7bc873138a2866 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Oct 2023 14:02:31 +0200 Subject: Cleanup: remove out-of-date comment. --- src/transfer_function.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 other, double epsilon) const = 0; protected: - /** Make a LUT and return an array allocated by new */ virtual std::vector make_lut (double from, double to, int bit_depth, bool inverse) const = 0; private: -- cgit v1.2.3