Merge master.
[dcpomatic.git] / src / lib / image.h
index 3220a23b4adba6b42632edc4df3355898516d180..5eba11041713f42ecc252648a7789505dbba467b 100644 (file)
@@ -58,7 +58,6 @@ public:
        int lines (int) const;
 
        boost::shared_ptr<Image> scale (dcp::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, dcp::Size, dcp::Size, Scaler const *, AVPixelFormat, bool aligned) const;