Further cleanup

This commit is contained in:
Ingo Weyrich 2020-08-13 13:26:27 +02:00
parent a5c7713042
commit 1419a01940

View File

@ -1834,7 +1834,6 @@ public:
* @param pl is the pointer to the class implementing the ProgressListener interface */
virtual void setSaveProgressListener (ProgressListener* pl) = 0;
/** @brief Free the image */
// virtual void free () = 0;
};
/** @brief This class represents an image having a float pixel planar representation.