automatic commit
[folded-ctf.git] / image.h
diff --git a/image.h b/image.h
index 5ba20a8..8c65017 100644 (file)
--- 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);