Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / image.h
index b12db3a14051271e55e1c410ea11d6b0c2c6c028..2d9f322310c2c3e66d5a9d4e05f9c88deffb3b51 100644 (file)
@@ -58,7 +58,6 @@ public:
        int lines (int) const;
 
        boost::shared_ptr<Image> scale (libdcp::Size, Scaler const *, AVPixelFormat, bool aligned) const;
-       boost::shared_ptr<Image> post_process (std::string, bool aligned) const;
        boost::shared_ptr<Image> crop (Crop c, bool aligned) const;
 
        boost::shared_ptr<Image> crop_scale_window (Crop c, libdcp::Size, libdcp::Size, Scaler const *, AVPixelFormat, bool aligned) const;