From: Carl Hetherington Date: Sat, 21 Oct 2023 12:02:31 +0000 (+0200) Subject: Cleanup: remove out-of-date comment. X-Git-Tag: v1.8.88~15 X-Git-Url: https://main.carlh.net/gitweb/?p=libdcp.git;a=commitdiff_plain;h=6e322c48a00cd0a115a654777b7bc873138a2866 Cleanup: remove out-of-date comment. --- 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: