summaryrefslogtreecommitdiff
path: root/src/lib/image.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-17 00:41:58 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-17 00:41:58 +0100
commit502475a5001f580a8540e84880564d9e4c7502d4 (patch)
treec6d65e730d749dc47ff3345882da989b5eba201e /src/lib/image.h
parentd8883a2742d289c2eab3dd4ef92839435b37c95c (diff)
Remove unused Image::crop.
Diffstat (limited to 'src/lib/image.h')
-rw-r--r--src/lib/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/image.h b/src/lib/image.h
index 89cd98f7b..492f6212e 100644
--- a/src/lib/image.h
+++ b/src/lib/image.h
@@ -59,7 +59,6 @@ public:
int lines (int) const;
boost::shared_ptr<Image> scale (dcp::Size, dcp::YUVToRGB yuv_to_rgb, AVPixelFormat, bool aligned) const;
- boost::shared_ptr<Image> crop (Crop c, bool aligned) const;
boost::shared_ptr<Image> crop_scale_window (Crop c, dcp::Size, dcp::Size, dcp::YUVToRGB yuv_to_rgb, AVPixelFormat, bool aligned) const;
void make_black ();