diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-18 21:05:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 00:09:58 +0200 |
| commit | 4673b12dcf6340862f9f4f72fc6dca8553130b55 (patch) | |
| tree | 36f2cbe8841acb05efbfb2c6b95e0a7289819342 /src/lib/image.h | |
| parent | 08b44e380c8be3a8cb2dacbd94049f09942dabc1 (diff) | |
Remove unnecessary method.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 128b546b5..328252e68 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -97,8 +97,6 @@ public: dcp::ArrayData as_png () const; - void png_error (char const * message); - static std::shared_ptr<const Image> ensure_alignment (std::shared_ptr<const Image> image, Alignment alignment); private: |
