X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage.h;h=73f2313c1a03f297c22960d5ba290aa83d927fb9;hb=72b11d5eb036651b6ff68edf3ed270e8fc52960f;hp=1869ca828fef65f6bedff70cd1105054e0d741ce;hpb=a18e837cb56da42a500a438a09afcbddad8b3a94;p=dcpomatic.git diff --git a/src/lib/image.h b/src/lib/image.h index 1869ca828..73f2313c1 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -44,7 +44,6 @@ public: Image (AVPixelFormat p, dcp::Size s, bool aligned, int extra_pixels = 0); explicit Image (AVFrame *); explicit Image (Image const &); - explicit Image (dcp::Data); Image (boost::shared_ptr, bool); Image& operator= (Image const &); ~Image ();