Cleanup: remove out-of-date comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 21 Oct 2023 12:02:31 +0000 (14:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 21 Oct 2023 12:04:41 +0000 (14:04 +0200)
src/transfer_function.h

index a53a476e48919c83e3000d1de23bac96413b601d..9dc517e3b0aca837b0e7aa445bb1aa47567e9619 100644 (file)
@@ -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: