X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=labelled_image_pool_file.h;h=efa7abe9a27d631a613bdbad064cd3a0ea2ce996;hp=a46d7816f16404a8cf88a31ddcad2f95fd107b2a;hb=ccc2785ee823c934edcededc5c6448e4f9488f8b;hpb=82c3a0366dd58ea2b3a2fc3f90be3f1a42ac8341 diff --git a/labelled_image_pool_file.h b/labelled_image_pool_file.h index a46d781..efa7abe 100644 --- a/labelled_image_pool_file.h +++ b/labelled_image_pool_file.h @@ -34,11 +34,7 @@ class LabelledImagePoolFile : public LabelledImagePool { public: LabelledImagePoolFile(char *file_name); virtual ~LabelledImagePoolFile(); - virtual int nb_images(); - - // grab_image(n) does _NOT_ build the rich structure. One has to call - // compute_rich_structure() for that! virtual LabelledImage *grab_image(int n_image); virtual void release_image(int n_image); };