automatic commit
[folded-ctf.git] / rich_image.h
index c8f7a74..eb2d162 100644 (file)
@@ -12,7 +12,9 @@
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
@@ -91,7 +93,6 @@ public:
   virtual ~RichImage();
 
   virtual void compute_rich_structure();
-  virtual void crop(int xmin, int ymin, int width, int height);
 
   virtual void write(ostream *out);