X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=image.h;h=8c65017f2383f6e61e346fe9c8f22fe25c6370e8;hp=5ba20a84ff4cf2c7586331bfe57e6313f3d3d2e2;hb=33852c7b378d419be75d15a9663ee6b071c2f534;hpb=789f96ef05fda4588aa536adb614c0e841be0812 diff --git a/image.h b/image.h index 5ba20a8..8c65017 100644 --- a/image.h +++ b/image.h @@ -50,7 +50,6 @@ public: virtual ~Image(); - virtual void crop(int xmin, int ymin, int width, int height); virtual void to_rgb(RGBImage *image); virtual void read(istream *in);