Further cleanup

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

View File

@@ -1833,7 +1833,6 @@ public:
/** @brief Sets the progress listener if you want to follow the progress of the image saving operations (optional).
* @param pl is the pointer to the class implementing the ProgressListener interface */
virtual void setSaveProgressListener (ProgressListener* pl) = 0;
/** @brief Free the image */
};
/** @brief This class represents an image having a float pixel planar representation.