automatic commit
[folded-ctf.git] / labelled_image_pool_file.h
index a46d781..efa7abe 100644 (file)
@@ -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);
 };