diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-21 14:02:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-21 14:04:41 +0200 |
| commit | 6e322c48a00cd0a115a654777b7bc873138a2866 (patch) | |
| tree | e7c2ef8739a7bb3e906edfeb1c4a8f4b6b5f9558 /src | |
| parent | 6c7e11d0f7e82b94539d5098f8730eaa60d5067b (diff) | |
Cleanup: remove out-of-date comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/transfer_function.h | 1 |
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: |
